Struct google_spectrum1_explorer::PawsRegisterRequest [] [src]

pub struct PawsRegisterRequest {
    pub device_desc: Option<DeviceDescriptor>,
    pub version: Option<String>,
    pub antenna: Option<AntennaCharacteristics>,
    pub type_: Option<String>,
    pub device_owner: Option<DeviceOwner>,
    pub location: Option<GeoLocation>,
}

The registration request message contains the required registration parameters.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A DeviceDescriptor is required.

The PAWS version. Must be exactly 1.0.

Required field.

Antenna characteristics, including its height and height type.

The message type (e.g., INIT_REQ, AVAIL_SPECTRUM_REQ, ...).

Required field.

Device owner information is required.

A device's geolocation is required.

Trait Implementations

impl Debug for PawsRegisterRequest
[src]

Formats the value using the given formatter.

impl Clone for PawsRegisterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PawsRegisterRequest
[src]

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

impl RequestValue for PawsRegisterRequest
[src]