Struct p25::voice::control::UnitVoiceTraffic
[−]
[src]
pub struct UnitVoiceTraffic(_);
Identity of units transmitting on current unit-to-unit traffic channel.
Methods
impl UnitVoiceTraffic
[src]
pub fn new(lc: LinkControlFields) -> Self
[src]
Create a new UnitVoiceTraffic
from the base LC decoder.
pub fn mfg(&self) -> u8
[src]
Manufacturer ID of current packet.
pub fn opts(&self) -> ServiceOptions
[src]
Service options provided by current traffic channel.
pub fn dest_unit(&self) -> u32
[src]
Destination user address for current transmission.
pub fn src_unit(&self) -> u32
[src]
Source user address for current transmission.