Struct p25::data::payload::TailBlock [] [src]

pub struct TailBlock<'a, P: PacketParams> { /* fields omitted */ }

Tail payload block, which has the packet checksum.

Methods

impl<'a, P: PacketParams> TailBlock<'a, P>
[src]

[src]

Construct a new TailBlock from the given data bytes and packet checksum.

[src]

Get the data, pad, and checksum bytes that make up the block, in that order.