Struct p25::trunking::fields::ServiceOptions [] [src]

pub struct ServiceOptions(_);

Options that can be requested/granted by a service.

Methods

impl ServiceOptions
[src]

[src]

Create a new ServiceOptions based on the given byte.

[src]

Whether the service should be processed as an emergency.

[src]

Whether the channel should be encrypted.

[src]

Whether the channel should be full duplex for simultaneous transmit and receive (otherwise fall back to half duplex.)

[src]

Whether the service should be packet switched (otherwise fall back to circuit switched.)

[src]

Priority assigned to service, with 1 as lowest and 7 as highest.