IdentityReply

Type Alias IdentityReply 

Source
pub type IdentityReply = DeviceIdentity;
Expand description

Alias for the fetched device identity.

Aliased Type§

pub struct IdentityReply {
    pub device_id: String,
    pub manufacturer_id: String,
    pub model_id: String,
    pub hardware_rev: String,
    pub firmware_rev: String,
}

Fields§

§device_id: String§manufacturer_id: String§model_id: String§hardware_rev: String§firmware_rev: String