net.homeip.mleclerc.omnilink.message
Class SecurityCommand

java.lang.Object
  extended bynet.homeip.mleclerc.omnilink.messagebase.Message
      extended bynet.homeip.mleclerc.omnilink.messagebase.RequestMessage
          extended bynet.homeip.mleclerc.omnilink.messagebase.CommandMessage
              extended bynet.homeip.mleclerc.omnilink.message.SecurityCommand
All Implemented Interfaces:
java.io.Serializable

public class SecurityCommand
extends CommandMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
START_CHAR
 
Constructor Summary
SecurityCommand(int area, SecurityModeEnum mode, int code)
           
SecurityCommand(SecurityModeEnum mode)
           
SecurityCommand(SecurityModeEnum mode, int code)
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.CommandMessage
createReplyMessage, setData
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.RequestMessage
execute, validate
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
execute, getData, getExpectedByteCount, getMessageBytes, getMessageLength, getMessageType, setData, setMessageFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityCommand

public SecurityCommand(SecurityModeEnum mode)
                throws CommunicationException

SecurityCommand

public SecurityCommand(SecurityModeEnum mode,
                       int code)
                throws CommunicationException

SecurityCommand

public SecurityCommand(int area,
                       SecurityModeEnum mode,
                       int code)
                throws CommunicationException