Struct p25::trunking::fields::UnitCallRequest
[−]
[src]
pub struct UnitCallRequest<'a>(_);
Signals a target unit that a unit-to-unit all has been requested.
Methods
impl<'a> UnitCallRequest<'a>[src]
pub fn new(payload: &'a [u8]) -> Self[src]
Create a new UnitCallRequest decoder from the given payload bytes.
pub fn opts(&self) -> ServiceOptions[src]
Options requested/granted for resulting channel.
pub fn dest_unit(&self) -> u32[src]
Target unit.
pub fn src_unit(&self) -> u32[src]
Requesting unit.