Enum p25::message::status::StatusCode [] [src]

pub enum StatusCode {
    InboundIdle,
    InboundBusy,
    SubscriberRepeater,
    SubscriberDirect,
}

A P25 status symbol.

Variants

Used by a repeater when the inbound channel is idle.

Used by a repeater when the inbound channel is busy.

Used when a subscriber is transmitting to a repeater.

Used when a subscriber is transmitting directly to another subscriber.

Methods

impl StatusCode
[src]

[src]

Parse a status code from the given dibit.

[src]

Convert the current status code into a dibit.

Trait Implementations

impl Copy for StatusCode
[src]

impl Clone for StatusCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StatusCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for StatusCode
[src]

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