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

pub enum TalkGroup {
    Nobody,
    Default,
    Everbody,
    Other(u16),
}

Identifies which group a message belongs to.

In a production P25 system, users can set their radios to receive one or more talkgroups, and the radio will only unsquelch if one of those talkgroups is seen. Additionally, the user directs each transmission to a talkgroup selected on the radio.

Variants

Includes nobody.

Default talkgroup when no other is selected.

Includes everybody.

Specific group of users.

Methods

impl TalkGroup
[src]

[src]

Parse a talkgroup from the given 16 bit slice.

[src]

Parse a talkgroup from the given 16 bits.

Trait Implementations

impl Copy for TalkGroup
[src]

impl Clone for TalkGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TalkGroup
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for TalkGroup
[src]

impl PartialEq for TalkGroup
[src]

[src]

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

[src]

This method tests for !=.