ISomeIPMessageManager
Summary
Represents a SOME/IP message manager.
See also
- Methods
- Properties
Structure
- class ISomeIPMessageManager
- fire_event(service_id: uint16, instance_id: uint16, event_id: uint16, transport_protocol: str = None) bool
Attempts to fire an event.
- Parameters
- Returns
True
if the operation was successful,False
otherwise.- Return type
- fire_field(service_id: uint16, instance_id: uint16, notifier_id: uint16, param: Array[object]) bool
Attempts to fire a field.
- Parameters
- Returns
True
if the operation was successful,False
otherwise.- Return type
- fire_field(service_id: uint16, instance_id: uint16, notifier_id: uint16, transport_protocol: str = None) bool
Attempts to fire a field.
- Parameters
- Returns
True
if the operation was successful,False
otherwise.- Return type
- request_event(service_id: uint16, instance_id: uint16, event_id: uint16) bool
Attempt to send an event request on a specific subscribed service.
- send_getter(service_id: uint16, instance_id: uint16, getter_id: uint16) bool
Attempt to send a setter on a specific subscribed service.
- send_setter(service_id: uint16, instance_id: uint16, setter_id: uint16) bool
Attempt to send a setter on a specific subscribed service.
- start()
Starts the ECU
- stop()
Stops the ECU.
- ecu_node
The ECU node of the manager.
- Type