Struct p25::data::header::BlockCount
[−]
[src]
pub struct BlockCount {
pub full_pkt: bool,
pub count: u8,
}FMF and blocks-to-follow fields.
Fields
full_pkt: bool
Whether the packet is "complete", not being partially retransmitted.
count: u8
Number of data blocks in the packet.