DltStandardHeader

Summary

The DLT Message Standard Header.

Properties

Structure

class DltStandardHeader
ecu_id

The ecu id. empty if the with_ecu_id flag is set to 0.

Type

str

header_type

The entire header type field (contains the header flags and version number).

Type

uint8

is_msbf

Determines if the message is using most significant byte first.

Type

bool

length

The message Length.

Type

uint16

message_counter

The message counter.

Type

uint8

session_id

The session id. empty if the with_session_id flag is set to 0.

Type

uint32

standard_header_length

The length of the header (minimum 4 bytes, maximum 16 bytes)

Type

int32

timestamp

The timestamp value. 0 if the with_timestamp flag is set to 0.

Type

float

use_extended_header

Determines if the extended header is used or not.

Type

bool

version_number

The version number.

Type

uint8

with_ecu_id

Determines if the header contains ecu id or not.

Type

bool

with_session_id

Determines if the header contains session id or not.

Type

bool

with_timestamp

Determines if the header contains timestamp or not.

Type

bool