Struct p25::trunking::fields::ChannelParamsUpdate
[−]
[src]
pub struct ChannelParamsUpdate<'a>(_);
Advertisement of parameters used to calculate TX/RX frequencies within the given associated channel.
Methods
impl<'a> ChannelParamsUpdate<'a>
[src]
pub fn new(payload: &'a [u8]) -> Self
[src]
Create a new ChannelParamsUpdate
decoder from the given payload bytes.
pub fn id(&self) -> u8
[src]
Channel ID associated with the enclosed parameters (can be up to 16 per control channel.)
pub fn params(&self) -> ChannelParams
[src]
Parameters for the associated channel.