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

Methods

impl ServiceAccessPoint
[src]

[src]

Convert the given 6 bits to a SAP identifier.

[src]

Convert SAP identifier to its 6-bit representation.

Trait Implementations

impl Copy for ServiceAccessPoint
[src]

impl Clone for ServiceAccessPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ServiceAccessPoint
[src]

impl PartialEq for ServiceAccessPoint
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for ServiceAccessPoint
[src]

[src]

Formats the value using the given formatter. Read more