Enum p25::data::fields::ServiceAccessPoint
[−]
[src]
pub enum ServiceAccessPoint { UnencryptedUserData, EncryptedUserData, CircuitData, CircuitDataControl, PacketData, ARP, SNDCPControl, ExtendedAddressing, RegistrationAuth, ChannelReassignment, SystemConfiguration, Loopback, Statistics, OutOfService, Paging, Configuration, UnencryptedKeyManagement, EncryptedKeyManagement, TrunkingControl, EncryptedTrunkingControl, }
Destination service for data packet.
Variants
UnencryptedUserData
EncryptedUserData
CircuitData
CircuitDataControl
PacketData
ARP
SNDCPControl
ExtendedAddressing
RegistrationAuth
ChannelReassignment
SystemConfiguration
Loopback
Statistics
OutOfService
Paging
Configuration
UnencryptedKeyManagement
EncryptedKeyManagement
TrunkingControl
EncryptedTrunkingControl
Methods
impl ServiceAccessPoint
[src]
pub fn from_bits(bits: u8) -> Option<ServiceAccessPoint>
[src]
Convert the given 6 bits to a SAP identifier.
pub fn to_bits(self) -> u8
[src]
Convert SAP identifier to its 6-bit representation.
Trait Implementations
impl Copy for ServiceAccessPoint
[src]
impl Clone for ServiceAccessPoint
[src]
fn clone(&self) -> ServiceAccessPoint
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for ServiceAccessPoint
[src]
impl PartialEq for ServiceAccessPoint
[src]
fn eq(&self, __arg_0: &ServiceAccessPoint) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.