ChannelPlpCan
Summary
Represents a PLP (probe logging protocol) CAN Channel Adapter
See also
- Methods
- Properties
Structure
- class ChannelPlpCan
- encode(message: MessageCAN, request_counter: int64 = 0) Array[uint8]
Returns the encoded CAN message as a byte array.
- Parameters
message (
MessageCAN
) – the encoded CAN messagerequest_counter (
int64
) – request counter
- Returns
the encoded CAN message as a byte array
- Return type
- start_record(file: str, filter: Filter = None) IRecordHandler
Starts recording the traffic on the adapter to an output file.
- Parameters
- Returns
The record handler responsible for recording.
- Return type
- stop_record()
stops capturing transmission