C# Class SharpAdbClient.DeviceData

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

Méthodes publiques

Méthode 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

Méthode Description
GetStateFromString ( string state ) : DeviceState

Get the device state from the string value

Method Details

CreateFromAdbData() public static méthode

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. ///
Résultat DeviceData

ToString() public méthode

public ToString ( ) : string
Résultat string