ILINHeader

Summary

Represents a LIN header object.

Properties

Structure

class ILINHeader
bus

The message bus.

Type

str

length

Message length.

Type

uint8

message_id

The message id.

Type

uint32

sleep_signal

Indicates whether a LIN sleep signal is present.

Type

bool

wake_up_signal

Indicates whether a LIN wake-up signal is present.

Type

bool