C# 클래스 SharpAdbClient.DeviceData

Represents a device that is connected to the Android Debug Bridge.
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromAdbData ( string data ) : DeviceData

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

메소드 상세

CreateFromAdbData() 공개 정적인 메소드

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. ///
리턴 DeviceData

ToString() 공개 메소드

public ToString ( ) : string
리턴 string