Struct p25::trunking::fields::SiteOptions
[−]
[src]
pub struct SiteOptions(_);
Options for a P25 site.
Methods
impl SiteOptions
[src]
pub fn new(opts: u8) -> SiteOptions
[src]
Create a new SiteOptions
from the given 4-bit word.
pub fn conventional(&self) -> bool
[src]
Whether site is "conventional", with no trunking.
pub fn failing(&self) -> bool
[src]
Whether site is in a failure state.
pub fn current(&self) -> bool
[src]
Whether this information is up-to-date (whether broadcasting site is in communication with adjacent site.)
pub fn networked(&self) -> bool
[src]
Whether site has active network connection with RFSS controller and can communicate with other sites.