Event
- class someipy.Event(id, protocol)
Class representing a SOME/IP event with an event id and a transport layer protocol.
- Parameters:
id (int) –
protocol (TransportLayerProtocol) –
- classmethod from_json(json_str)
Create an Event from a JSON string.
Parameters
- json_strstr
JSON representation of an Event.
Returns
Event
- Parameters:
json_str (str) –
- Return type:
_T
- id: int
- protocol: TransportLayerProtocol