Skip to main content

DeviceConnectResult

Type Alias DeviceConnectResult 

Source
pub type DeviceConnectResult = DeviceInfo;
Expand description

Result returned by device.connect.

Aliased Type§

pub struct DeviceConnectResult {
    pub id: DeviceId,
    pub name: String,
    pub platform: Platform,
    pub os_version: Option<String>,
    pub connected: bool,
}

Fields§

§id: DeviceId§name: String§platform: Platform§os_version: Option<String>§connected: bool