Struct dlt_core::dlt::ExtendedHeader
source · [−]pub struct ExtendedHeader {
pub verbose: bool,
pub argument_count: u8,
pub message_type: MessageType,
pub application_id: String,
pub context_id: String,
}
Expand description
The Extended header contains additional information about a DLT message.
In case the UEH
bit of the Standard Header is set go 1
, additional
information is transmitted which are defined in the Dlt Extended Header
format.
The Dlt Extended Header is directly attached after the Dlt Standard Header fields.
The Extended Header shall be in big endian format
Fields
verbose: bool
argument_count: u8
message_type: MessageType
application_id: String
context_id: String
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExtendedHeader
impl Send for ExtendedHeader
impl Sync for ExtendedHeader
impl Unpin for ExtendedHeader
impl UnwindSafe for ExtendedHeader
Blanket Implementations
Mutably borrows from an owned value. Read more