net.homeip.mleclerc.omnilink.message
Class SecurityCodeValidationReport

java.lang.Object
  extended bynet.homeip.mleclerc.omnilink.messagebase.Message
      extended bynet.homeip.mleclerc.omnilink.messagebase.ReplyMessage
          extended bynet.homeip.mleclerc.omnilink.messagebase.ExpectedReplyMessage
              extended bynet.homeip.mleclerc.omnilink.message.SecurityCodeValidationReport
All Implemented Interfaces:
java.io.Serializable

public class SecurityCodeValidationReport
extends ExpectedReplyMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
START_CHAR
 
Constructor Summary
SecurityCodeValidationReport()
           
 
Method Summary
protected  void dataChanged(short[] data)
           
 AuthorizationLevelEnum getAuthorizationLevel()
           
 int getUserCodeNumber()
           
 java.lang.String toString()
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.ExpectedReplyMessage
checkMessageLength, checkMessageType, setExpectedMessageLength
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.ReplyMessage
execute
 
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, wait, wait, wait
 

Constructor Detail

SecurityCodeValidationReport

public SecurityCodeValidationReport()
Method Detail

dataChanged

protected void dataChanged(short[] data)
                    throws CommunicationException
Overrides:
dataChanged in class ReplyMessage
Throws:
CommunicationException

getUserCodeNumber

public int getUserCodeNumber()

getAuthorizationLevel

public AuthorizationLevelEnum getAuthorizationLevel()

toString

public java.lang.String toString()