C# Class SharpAdbClient.DeviceData

Represents a device that is connected to the Android Debug Bridge.
Mostra file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
CreateFromAdbData ( string data ) : DeviceData

Creates a new instance of the DeviceData class based on data retrieved from the Android Debug Bridge.

ToString ( ) : string

Private Methods

Method Description
GetStateFromString ( string state ) : DeviceState

Get the device state from the string value

Method Details

CreateFromAdbData() public static method

Creates a new instance of the DeviceData class based on data retrieved from the Android Debug Bridge.
public static CreateFromAdbData ( string data ) : DeviceData
data string /// The data retrieved from the Android Debug Bridge that represents a device. ///
return DeviceData

ToString() public method

public ToString ( ) : string
return string