C# 클래스 Cirrious.MvvmCross.Plugins.Sphero.HackFileShare.NonAwaitingConnectedSpheroRunner

파일 보기 프로젝트 열기: slodge/BallControl 1 사용 예제들

공개 메소드들

메소드 설명
Disconnect ( ) : void
NonAwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System
RaiseDisconnected ( ) : void
SendAndReceive ( ISpheroCommand command, Action onSuccess, Action onError ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
ProcessCommandResponse ( SpheroResponse response ) : void
ReceiveResponse ( ) : SpheroResponse
ReceiveResponses ( ) : void
SendCommand ( CommandWithActions toSend ) : void
SendCommmands ( ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

NonAwaitingConnectedSpheroRunner() 공개 메소드

public NonAwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System
streamSpheroWrapper IStreamSocketWrapper
리턴 System

RaiseDisconnected() 공개 메소드

public RaiseDisconnected ( ) : void
리턴 void

SendAndReceive() 공개 메소드

public SendAndReceive ( ISpheroCommand command, Action onSuccess, Action onError ) : void
command ISpheroCommand
onSuccess Action
onError Action
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void