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

pub struct BlockCount {
    pub full_pkt: bool,
    pub count: u8,
}

FMF and blocks-to-follow fields.

Fields

Whether the packet is "complete", not being partially retransmitted.

Number of data blocks in the packet.

Trait Implementations

impl ByteField for BlockCount
[src]

[src]