C# 클래스 DroidExplorer.Core.Adb.Device

상속: IDevice
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromAdbData ( String data ) : Device
Device ( String serial, DeviceState state ) : System
ExecuteShellCommand ( String command, IShellOutputReceiver receiver ) : void
GetProperty ( ) : String
GetProperty ( String name ) : String
GetStateFromString ( String state ) : DeviceState
ToString ( ) : String

메소드 상세

CreateFromAdbData() 공개 정적인 메소드

public static CreateFromAdbData ( String data ) : Device
data String
리턴 Device

Device() 공개 메소드

public Device ( String serial, DeviceState state ) : System
serial String
state DeviceState
리턴 System

ExecuteShellCommand() 공개 메소드

public ExecuteShellCommand ( String command, IShellOutputReceiver receiver ) : void
command String
receiver IShellOutputReceiver
리턴 void

GetProperty() 공개 메소드

public GetProperty ( ) : String
리턴 String

GetProperty() 공개 메소드

public GetProperty ( String name ) : String
name String
리턴 String

GetStateFromString() 공개 정적인 메소드

public static GetStateFromString ( String state ) : DeviceState
state String
리턴 DeviceState

ToString() 공개 메소드

public ToString ( ) : String
리턴 String