ICANHeader

Summary

Represents a CAN frame header object.

Properties

Structure

class ICANHeader
ack

Acknowledgement flag.

Type

bool

brs

Boolean to indicate whether BRS (Bit Rate Switch) is set for CAN-FD messages.

Type

bool

bus

The message bus.

Type

str

esi

Error State Indicator flag.

Type

bool

extended

Boolean to indicate whether Extended Bit is set for CAN messages.

Type

bool

length

Message length.

Type

uint8

message_id

The message id.

Type

uint32

rtr

Remote Transmission Request flag.

Type

bool