메소드 | 설명 | |
---|---|---|
CreateFromAdbData ( string data ) : |
Creates a new instance of the DeviceData class based on data retrieved from the Android Debug Bridge.
|
|
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
GetStateFromString ( string state ) : DeviceState |
Get the device state from the string value
|
public static CreateFromAdbData ( string data ) : |
||
data | string | /// The data retrieved from the Android Debug Bridge that represents a device. /// |
리턴 |