Enum p25::trunking::fields::RegResponse [] [src]

pub enum RegResponse {
    Accept,
    Fail,
    Deny,
    Refuse,
}

Registration response.

Variants

Registration is accepted.

RFSS was unable to verify registration.

Registration isn't allowed at this location.

Denied temporarily, but user may retry registration.

Methods

impl RegResponse
[src]

[src]

Try to parse a registration response from the given 2 bits.

Trait Implementations

impl Copy for RegResponse
[src]

impl Clone for RegResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for RegResponse
[src]

impl PartialEq for RegResponse
[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 RegResponse
[src]

[src]

Formats the value using the given formatter. Read more