Struct p25::trunking::fields::RfssStatusBroadcast
[−]
[src]
pub struct RfssStatusBroadcast<'a>(_);
Site and RFSS information of current control channel.
Methods
impl<'a> RfssStatusBroadcast<'a>
[src]
pub fn new(payload: &'a [u8]) -> Self
[src]
Create a new RfssStatusBroadcast
decoder from the given payload bytes.
pub fn area(&self) -> u8
[src]
Location registration area of current site.
pub fn networked(&self) -> bool
[src]
Whether the site is networked with the RFSS controller, which determines if it can communicate with other sites.
pub fn system(&self) -> u16
[src]
System ID of current site within WACN.
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 channel(&self) -> Channel
[src]
Channel information for computing TX/RX frequencies.
pub fn services(&self) -> SystemServices
[src]
Services supported by the current site.