org.jbrain.qlink.cmd
Class Reset

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.AbstractCommand
        |
        +--org.jbrain.qlink.cmd.Reset
All Implemented Interfaces:
Command

public class Reset
extends AbstractCommand


Field Summary
static byte CMD_RESET
           
 
Fields inherited from class org.jbrain.qlink.cmd.AbstractCommand
_iCalculatedCRC, _iReportedCRC
 
Fields inherited from interface org.jbrain.qlink.cmd.Command
CMD_START
 
Constructor Summary
Reset()
           
Reset(byte[] data, int start, int len)
           
 
Method Summary
 byte[] getBytes()
           
 int getRelease()
           
 int getVersion()
           
 boolean isSuperQ()
           
 
Methods inherited from class org.jbrain.qlink.cmd.AbstractCommand
finalizeCmd, getCommand, getName, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_RESET

public static final byte CMD_RESET
See Also:
Constant Field Values
Constructor Detail

Reset

public Reset(byte[] data,
             int start,
             int len)
      throws CRCException

Reset

public Reset()
Method Detail

getVersion

public int getVersion()

getRelease

public int getRelease()

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface Command
Overrides:
getBytes in class AbstractCommand

isSuperQ

public boolean isSuperQ()
Returns: