BowlerKernel
java-bowler
src
main
java
com
neuronrobotics
sdk
commands
bcs
io
GetChannelModeListCommand.java
Go to the documentation of this file.
1
package
com.neuronrobotics.sdk.commands.bcs.io;
2
3
import
com.neuronrobotics.sdk.common.BowlerAbstractCommand;
4
import
com.neuronrobotics.sdk.common.BowlerMethod;
5
6
// TODO: Auto-generated Javadoc
10
public
class
GetChannelModeListCommand
extends
BowlerAbstractCommand
{
11
17
public
GetChannelModeListCommand
(
int
channel){
18
setOpCode
(
"gcml"
);
19
setMethod
(
BowlerMethod
.
GET
);
20
getCallingDataStorage
().
add
(channel);
21
}
22
}
com.neuronrobotics.sdk.commands.bcs.io.GetChannelModeListCommand
Definition:
GetChannelModeListCommand.java:10
com.neuronrobotics.sdk.commands.bcs.io.GetChannelModeListCommand.GetChannelModeListCommand
GetChannelModeListCommand(int channel)
Definition:
GetChannelModeListCommand.java:17
com.neuronrobotics.sdk.common.BowlerAbstractCommand
Definition:
BowlerAbstractCommand.java:42
com.neuronrobotics.sdk.common.BowlerAbstractCommand.setMethod
void setMethod(BowlerMethod method)
Definition:
BowlerAbstractCommand.java:93
com.neuronrobotics.sdk.common.BowlerAbstractCommand.getCallingDataStorage
ByteList getCallingDataStorage()
Definition:
BowlerAbstractCommand.java:244
com.neuronrobotics.sdk.common.BowlerAbstractCommand.setOpCode
void setOpCode(String opCode)
Definition:
BowlerAbstractCommand.java:71
com.neuronrobotics.sdk.common.ByteList.add
synchronized boolean add(byte data)
Definition:
ByteList.java:149
com.neuronrobotics.sdk.common.BowlerMethod
Definition:
BowlerMethod.java:25
com.neuronrobotics.sdk.common.BowlerMethod.GET
GET
Definition:
BowlerMethod.java:31
Generated by
1.9.1