Struct p25::trunking::fields::AltControlChannel
[−]
[src]
pub struct AltControlChannel<'a>(_);
Advertisement of one or more alternative control channels for the current site.
Methods
impl<'a> AltControlChannel<'a>
[src]
pub fn new(payload: &'a [u8]) -> Self
[src]
Create a new AltControlChannel
decoder from the given payload bytes.
pub fn rfss(&self) -> u8
[src]
RF Subsystem ID of current site within System.
pub fn site(&self) -> u8
[src]
Site ID of current site within RFSS.
pub fn alts(&self) -> [(Channel, SystemServices); 2]
[src]
Retrieve alternative sites, with each site's tuning parameters and supported services.