Struct p25::trunking::fields::NetworkStatusBroadcast
[−]
[src]
pub struct NetworkStatusBroadcast<'a>(_);
WACN (Wide Area Communication Network) and System ID information of current control channel.
Methods
impl<'a> NetworkStatusBroadcast<'a>
[src]
pub fn new(payload: &'a [u8]) -> Self
[src]
Create a new NetworkStatusBroadcast
decoder from the given payload bytes.
pub fn area(&self) -> u8
[src]
Location registration area of site.
pub fn wacn(&self) -> u32
[src]
WACN ID within the communications network.
pub fn system(&self) -> u16
[src]
System ID of site within WACN.
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.