Struct p25::trunking::tsbk::UnitRegResponse
[−]
[src]
pub struct UnitRegResponse(_);
Response given to an attempted user registration.
Methods
impl UnitRegResponse
[src]
pub fn new(tsbk: TsbkFields) -> Self
[src]
Create a new UnitRegResponse
decoder from the base TSBK decoder.
pub fn response(&self) -> RegResponse
[src]
System response to user registration request.
pub fn system(&self) -> u16
[src]
System ID within WACN.
pub fn src_id(&self) -> u32
[src]
Address of originating unit, which uniquely identifies the unit within the System.
pub fn src_addr(&self) -> u32
[src]
ID of originating unit which, along with the WACN and System ID, uniquely identifies the unit.