|
BowlerKernel
|


Public Member Functions | |
| CancelPrintCommand () | |
Public Member Functions inherited from com.neuronrobotics.sdk.common.BowlerAbstractCommand | |
| 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 Public Member Functions inherited from com.neuronrobotics.sdk.common.BowlerAbstractCommand | |
| static BowlerAbstractCommand | parse (BowlerDatagram data) |
The Class CancelPrintCommand.
Definition at line 10 of file CancelPrintCommand.java.
| com.neuronrobotics.sdk.commands.cartesian.CancelPrintCommand.CancelPrintCommand | ( | ) |
Instantiates a new cancel print command.
Definition at line 15 of file CancelPrintCommand.java.
References com.neuronrobotics.sdk.common.BowlerMethod.POST, com.neuronrobotics.sdk.common.BowlerAbstractCommand.setMethod(), and com.neuronrobotics.sdk.common.BowlerAbstractCommand.setOpCode().
