Method | Description | |
---|---|---|
AwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System | ||
Disconnect ( ) : void | ||
RaiseDisconnected ( ) : void | ||
SendAndReceive ( ISpheroCommand command, Action |
||
Start ( ) : void |
Method | Description | |
---|---|---|
ReceiveResponses ( ) : Task | ||
SendCommmands ( ) : Task |
Method | Description | |
---|---|---|
ProcessCommandResponse ( |
||
ReceiveResponse ( ) : Task |
||
SendCommand ( |
public AwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System | ||
streamSpheroWrapper | IStreamSocketWrapper | |
return | System |
public SendAndReceive ( ISpheroCommand command, Action |
||
command | ISpheroCommand | |
onSuccess | Action |
|
onError | Action |
|
return | void |