org.jbrain.qlink.cmd.action
Class SelectPartner

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.AbstractCommand
        |
        +--org.jbrain.qlink.cmd.action.AbstractAction
              |
              +--org.jbrain.qlink.cmd.action.AbstractStringAction
                    |
                    +--org.jbrain.qlink.cmd.action.SelectPartner
All Implemented Interfaces:
Action, Command

public class SelectPartner
extends AbstractStringAction


Field Summary
static java.lang.String MNEMONIC
           
 
Fields inherited from class org.jbrain.qlink.cmd.action.AbstractStringAction
_sData
 
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
SelectPartner(byte[] b, int start, int len)
           
 
Method Summary
 java.lang.String getHandle()
           
 
Methods inherited from class org.jbrain.qlink.cmd.action.AbstractStringAction
getBytes, getData
 
Methods inherited from class org.jbrain.qlink.cmd.action.AbstractAction
finalizeCmd, getAction, 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

MNEMONIC

public static final java.lang.String MNEMONIC
See Also:
Constant Field Values
Constructor Detail

SelectPartner

public SelectPartner(byte[] b,
                     int start,
                     int len)
              throws CRCException
Method Detail

getHandle

public java.lang.String getHandle()