|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jbrain.qlink.cmd.AbstractCommand
|
+--org.jbrain.qlink.cmd.action.AbstractAction
|
+--org.jbrain.qlink.cmd.action.AbstractMenuItem
| Field Summary | |
protected int |
_iID
|
| Fields inherited from class org.jbrain.qlink.cmd.action.AbstractAction |
CMD_ACTION |
| Fields inherited from class org.jbrain.qlink.cmd.AbstractCommand |
_iCalculatedCRC, _iReportedCRC |
| Fields inherited from interface org.jbrain.qlink.cmd.Command |
CMD_START |
| Constructor Summary | |
AbstractMenuItem(byte[] data,
int start,
int len)
|
|
AbstractMenuItem(java.lang.String mnemonic,
int id)
|
|
| Method Summary | |
protected int |
decode(byte[] data,
int pos)
|
protected void |
encode(int i,
byte[] data,
int pos)
|
| Methods inherited from class org.jbrain.qlink.cmd.action.AbstractAction |
finalizeCmd, getAction, getBytes, getBytes, getName, getString |
| Methods inherited from class org.jbrain.qlink.cmd.AbstractCommand |
getCommand, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jbrain.qlink.cmd.Command |
getCommand, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence |
| Field Detail |
protected int _iID
| Constructor Detail |
public AbstractMenuItem(java.lang.String mnemonic,
int id)
public AbstractMenuItem(byte[] data,
int start,
int len)
throws CRCException
data - start - len - | Method Detail |
protected void encode(int i,
byte[] data,
int pos)
protected int decode(byte[] data,
int pos)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||