Struct google_spectrum1_explorer::DeviceCapabilities [] [src]

pub struct DeviceCapabilities {
    pub frequency_ranges: Option<Vec<FrequencyRange>>,
}

Device capabilities provide additional information that may be used by a device to provide additional information to the database that may help it to determine available spectrum. If the database does not support device capabilities it will ignore the parameter altogether.

This type is not used in any activity, and only used as part of another schema.

Fields

An optional list of frequency ranges supported by the device. Each element must contain start and stop frequencies in which the device can operate. Channel identifiers are optional. When specified, the database should not return available spectrum that falls outside these ranges or channel IDs.

Trait Implementations

impl Default for DeviceCapabilities
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for DeviceCapabilities
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeviceCapabilities
[src]

[src]

Formats the value using the given formatter.

impl Part for DeviceCapabilities
[src]