BowlerKernel
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
11 
17  public GetChannelModeListCommand(int channel){
18  setOpCode("gcml");
20  getCallingDataStorage().add(channel);
21  }
22 }
synchronized boolean add(byte data)
Definition: ByteList.java:149