Struct p25::data::params::UnconfirmedParams [] [src]

pub struct UnconfirmedParams;

Params for unconfirmed data packets.

Trait Implementations

impl PacketParams for UnconfirmedParams
[src]

[src]

Number of data bytes in a normal block.

[src]

Number of data bytes in the tail block.

[src]

Maximum number of blocks in the packet, including the tail block.

[src]

Maximum number of data bytes in the packet.

[src]

Calculate the total number of data blocks (normal and tail) needed to hold the given amount of bytes. Read more

[src]

Calculate the number of pads needed for the tail block (and possibly second-to-last block) for the given amount of bytes. Read more

[src]

Calculate the number of normal data blocks (tail block not included) needed to hold the given amount of bytes. Read more