org.jbrain.qlink.cmd.action
Class ChangeAccessCode

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

public class ChangeAccessCode
extends AbstractAction
implements Action


Field Summary
static java.lang.String ACTION_CHANGEACCESSCODE
           
 
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
ChangeAccessCode(java.lang.String code)
           
 
Method Summary
 byte[] getBytes()
           
 
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.action.Action
getAction
 
Methods inherited from interface org.jbrain.qlink.cmd.Command
getCommand, getName, getRecvSequence, getSendSequence, setRecvSequence, setSendSequence
 

Field Detail

ACTION_CHANGEACCESSCODE

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

ChangeAccessCode

public ChangeAccessCode(java.lang.String code)
Throws:
CRCException
Method Detail

getBytes

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