BowlerKernel
|
Public Member Functions | |
InfoFirmwareRevisionCommand () | |
![]() | |
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 InfoFirmwareRevisionCommand.
Definition at line 24 of file InfoFirmwareRevisionCommand.java.
com.neuronrobotics.sdk.commands.neuronrobotics.dyio.InfoFirmwareRevisionCommand.InfoFirmwareRevisionCommand | ( | ) |
Instantiates a new info firmware revision command.
Definition at line 29 of file InfoFirmwareRevisionCommand.java.
References com.neuronrobotics.sdk.common.BowlerMethod.GET, com.neuronrobotics.sdk.common.BowlerAbstractCommand.setMethod(), and com.neuronrobotics.sdk.common.BowlerAbstractCommand.setOpCode().