Struct p25::data::header::HeaderPreamble [] [src]

pub struct HeaderPreamble {
    pub confirmed: bool,
    pub outbound: bool,
    pub format: DataPacketOpcode,
}

Preamble header field.

Fields

Whether the packet requires confirmation.

Whether the packet is an outbound message.

Packet type.

Trait Implementations

impl ByteField for HeaderPreamble
[src]

[src]