BowlerKernel
|
Public Member Functions | |
AsyncCommand (int channel) | |
AsyncCommand (int channel, boolean isAsync) | |
![]() | |
byte[] | getCallingData () |
void | setOpCode (String opCode) |
String | getOpCode () |
void | setMethod (BowlerMethod method) |
BowlerMethod | getMethod () |
byte | getLength () |
BowlerDatagram | validate (BowlerDatagram data) throws InvalidResponseException |
byte[] | getBytes () |
String | toString () |
void | setData (ByteList data) |
ByteList | getCallingDataStorage () |
void | setNamespaceIndex (int namespaceIndex) |
int | getNamespaceIndex () |
Additional Inherited Members | |
![]() | |
static BowlerAbstractCommand | parse (BowlerDatagram data) |
The Class AsyncCommand.
Definition at line 11 of file AsyncCommand.java.
com.neuronrobotics.sdk.commands.bcs.io.AsyncCommand.AsyncCommand | ( | int | channel | ) |
Instantiates a new async command.
channel | the channel |
Definition at line 18 of file AsyncCommand.java.
References com.neuronrobotics.sdk.common.ByteList.add(), com.neuronrobotics.sdk.common.BowlerMethod.GET, com.neuronrobotics.sdk.common.BowlerAbstractCommand.getCallingDataStorage(), com.neuronrobotics.sdk.common.BowlerAbstractCommand.setMethod(), and com.neuronrobotics.sdk.common.BowlerAbstractCommand.setOpCode().
com.neuronrobotics.sdk.commands.bcs.io.AsyncCommand.AsyncCommand | ( | int | channel, |
boolean | isAsync | ||
) |
Instantiates a new async command.
channel | the channel |
isAsync | the is async |
Definition at line 30 of file AsyncCommand.java.
References com.neuronrobotics.sdk.common.ByteList.add(), com.neuronrobotics.sdk.common.BowlerAbstractCommand.getCallingDataStorage(), com.neuronrobotics.sdk.common.BowlerMethod.POST, com.neuronrobotics.sdk.common.BowlerAbstractCommand.setMethod(), and com.neuronrobotics.sdk.common.BowlerAbstractCommand.setOpCode().