C# 클래스 Automobile.Mobile.Framework.Device.MobileDevice

The device being executed on
상속: IMobileDevice
파일 보기 프로젝트 열기: vistaprint/automobile

공개 메소드들

메소드 설명
BeginAutomation ( ) : void

Begin the main automation loop, accepting connections and executing commands

TakeScreenshot ( ) : byte[]

Take a screenshot of the device

보호된 메소드들

메소드 설명
MobileDevice ( ConnectionType connectionType, string connectionString ) : System
MobileDevice ( ConnectionType connectionType, string connectionString, IJsonProvider json ) : System

비공개 메소드들

메소드 설명
HandleConnection ( ) : void

Handles a connection, returns when the connection is closed

HandleMessage ( Command message ) : IResponse

Handles a message from a client

메소드 상세

BeginAutomation() 공개 메소드

Begin the main automation loop, accepting connections and executing commands
public BeginAutomation ( ) : void
리턴 void

MobileDevice() 보호된 메소드

protected MobileDevice ( ConnectionType connectionType, string connectionString ) : System
connectionType ConnectionType
connectionString string
리턴 System

MobileDevice() 보호된 메소드

protected MobileDevice ( ConnectionType connectionType, string connectionString, IJsonProvider json ) : System
connectionType ConnectionType
connectionString string
json IJsonProvider
리턴 System

TakeScreenshot() 공개 추상적인 메소드

Take a screenshot of the device
public abstract TakeScreenshot ( ) : byte[]
리턴 byte[]