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

pub struct Header<F: BufWrite>(_);

Builds a checksummed header based on the given fields.

Methods

impl<F: BufWrite> Header<F>
[src]

[src]

Construct a new Header with the given fields.

[src]

Get the fields and checksum that make up the header, in that order.