org.jbrain.qlink.cmd
Class ResetAck

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

public class ResetAck
extends AbstractCheckedCommand


Field Summary
static byte CMD_RESETACK
           
 
Fields inherited from class org.jbrain.qlink.cmd.AbstractCommand
_iCalculatedCRC, _iReportedCRC
 
Fields inherited from interface org.jbrain.qlink.cmd.Command
CMD_START
 
Constructor Summary
ResetAck()
           
ResetAck(byte[] data, int start, int len)
           
 
Methods inherited from class org.jbrain.qlink.cmd.AbstractCommand
finalizeCmd, getBytes, 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_RESETACK

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

ResetAck

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

ResetAck

public ResetAck()