Struct p25::trunking::fields::ChannelParamsMap [] [src]

pub struct ChannelParamsMap(_);

Maps channel identifiers (maximum 16 per control channel) to their tuning parameters.

Methods

impl ChannelParamsMap
[src]

[src]

Update the map with the given channel parameters.

[src]

Try to retrieve channel parameters for the given channel ID.

Trait Implementations

impl Default for ChannelParamsMap
[src]

[src]

Returns the "default value" for a type. Read more