Struct p25::trunking::fields::AdjacentSite
[−]
[src]
pub struct AdjacentSite<'a>(_);
Advertisement of an adjacent/nearby site within the same WACN (Wide Area Communication Network.)
Methods
impl<'a> AdjacentSite<'a>
[src]
pub fn new(payload: &'a [u8]) -> Self
[src]
Create a new AdjacentSite
decoder from the given payload bytes.
pub fn area(&self) -> u8
[src]
Location registration area of adjacent site, which determines whether a subscriber must update the network before roaming to the site.
pub fn opts(&self) -> SiteOptions
[src]
Description of adjacent site.
pub fn system(&self) -> u16
[src]
System ID of adjacent site within WACN.
pub fn rfss(&self) -> u8
[src]
RF Subsystem ID of adjacent site within the System.
pub fn site(&self) -> u8
[src]
Site ID of adjacent site within the RFSS.
pub fn channel(&self) -> Channel
[src]
Channel information for computing TX/RX frequencies.
pub fn services(&self) -> SystemServices
[src]
Services supported by the adjacent site.