Struct p25::data::header::HeaderPreamble
[−]
[src]
pub struct HeaderPreamble {
pub confirmed: bool,
pub outbound: bool,
pub format: DataPacketOpcode,
}Preamble header field.
Fields
confirmed: bool
Whether the packet requires confirmation.
outbound: bool
Whether the packet is an outbound message.
format: DataPacketOpcode
Packet type.