Struct google_proximitybeacon1_beta1::EphemeralIdRegistrationParams[][src]

pub struct EphemeralIdRegistrationParams {
    pub min_rotation_period_exponent: Option<u32>,
    pub max_rotation_period_exponent: Option<u32>,
    pub service_ecdh_public_key: Option<String>,
}

Information a client needs to provision and register beacons that broadcast Eddystone-EID format beacon IDs, using Elliptic curve Diffie-Hellman key exchange. See the Eddystone specification at GitHub.

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

Indicates the minimum rotation period supported by the service. See EddystoneEidRegistration.rotation_period_exponent

Indicates the maximum rotation period supported by the service. See EddystoneEidRegistration.rotation_period_exponent

The beacon service's public key for use by a beacon to derive its Identity Key using Elliptic Curve Diffie-Hellman key exchange.

Trait Implementations

impl Default for EphemeralIdRegistrationParams
[src]

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

impl Clone for EphemeralIdRegistrationParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EphemeralIdRegistrationParams
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for EphemeralIdRegistrationParams
[src]

Auto Trait Implementations