ChannelBtsLIN
Summary
Represents a BTS LIN Channel Adapter object.
- Methods
- Properties
Structure
- class ChannelBtsLIN
- encode(message: MessageLIN, request_counter: int64 = 0) Array[uint8]
Returns the encoded LIN message as a byte array.
- Parameters
message (
MessageLIN
) – the encoded LIN messagerequest_counter (
int64
) – request counter
- Returns
the encoded LIN 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