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]
pub fn update(&mut self, upd: &ChannelParamsUpdate)
[src]
Update the map with the given channel parameters.
pub fn lookup(&self, id: u8) -> Option<ChannelParams>
[src]
Try to retrieve channel parameters for the given channel ID.
Trait Implementations
impl Default for ChannelParamsMap
[src]
fn default() -> ChannelParamsMap
[src]
Returns the "default value" for a type. Read more