Enum p25::voice::control::LinkControlOpcode [] [src]

pub enum LinkControlOpcode {
    GroupVoiceTraffic,
    GroupVoiceUpdate,
    UnitVoiceTraffic,
    GroupVoiceUpdateExplicit,
    UnitCallRequest,
    PhoneTraffic,
    PhoneAlert,
    CallTermination,
    GroupAffiliationQuery,
    UnitRegistrationRequest,
    UnitAuthenticationRequst,
    UnitStatusRequest,
    SystemServiceBroadcast,
    AltControlChannel,
    AdjacentSite,
    RfssStatusBroadcast,
    NetworkStatusBroadcast,
    UnitStatusUpdate,
    UnitShortMessage,
    UnitCallAlert,
    ExtendedFunction,
    ChannelParamsUpdate,
    ProtectionParamBroadcast,
    AltControlChannelExplicit,
    AdjacentSiteExplicit,
    ChannelParamsExplicit,
    RfssStatusExplicit,
    NetworkStatusExplicit,
}

Type of a link control payload.

Variants

Methods

impl LinkControlOpcode
[src]

[src]

Try to parse an opcode from the given 6 bits.

Trait Implementations

impl Copy for LinkControlOpcode
[src]

impl Clone for LinkControlOpcode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LinkControlOpcode
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for LinkControlOpcode
[src]

impl PartialEq for LinkControlOpcode
[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 !=.