net.homeip.mleclerc.omnilink.message
Class UnitStatusReport

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.messagebase.MultipleInfoReplyMessage
                  extended bynet.homeip.mleclerc.omnilink.message.UnitStatusReport
All Implemented Interfaces:
java.io.Serializable

public class UnitStatusReport
extends MultipleInfoReplyMessage

See Also:
Serialized Form

Nested Class Summary
 class UnitStatusReport.UnitStatusInfo
           
 
Nested classes inherited from class net.homeip.mleclerc.omnilink.messagebase.MultipleInfoReplyMessage
MultipleInfoReplyMessage.Info
 
Field Summary
 
Fields inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
START_CHAR
 
Constructor Summary
UnitStatusReport(int firstUnit, int lastUnit)
           
 
Method Summary
protected  MultipleInfoReplyMessage.Info createInfo(int number, short[] data)
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.MultipleInfoReplyMessage
addInfo, dataChanged, getInfo, getInfoList, init, 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

UnitStatusReport

public UnitStatusReport(int firstUnit,
                        int lastUnit)
Method Detail

createInfo

protected MultipleInfoReplyMessage.Info createInfo(int number,
                                                   short[] data)
Specified by:
createInfo in class MultipleInfoReplyMessage