Uses of Class
com.inertia.promove.Command
Package | Description |
---|---|
com.inertia.promove |
-
Uses of Command in com.inertia.promove
Methods in com.inertia.promove that return types with arguments of type Command Modifier and Type Method Description java.util.Vector<Command>
Command.FlashGetNextFileResponse. getCommands()
Deprecated.java.util.Vector<Command>
SerialProtocol.Message. getCommands()
Get a Vector of received Commands.Methods in com.inertia.promove with parameters of type Command Modifier and Type Method Description byte[]
SerialProtocol. createMessage(Command command)
Create a serial message for a Command.byte[]
SerialProtocol. createMessage(Command command, int destination)
Create a serial message for a Command.byte[]
SerialProtocol. createMessage(Command command, SerialProtocol.ProtocolVersion version)
Create a serial message for a Command.byte[]
SerialProtocol. createMessage(Command command, SerialProtocol.ProtocolVersion version, int destination)
Create a serial message for a Command.