Class AttributeReply

java.lang.Object
All Implemented Interfaces:
FunctionIDs

public class AttributeReply extends ReplyMessage
AttributeReply message
  • Constructor Details

    • AttributeReply

      public AttributeReply(int pErrorCode, java.util.List<ServiceLocationAttribute> pAttrList)
      Ctor.
      Parameters:
      pErrorCode -
      pAttrList - - list of ServiceLocationAttributes
    • AttributeReply

      public AttributeReply(java.lang.String pLangTag, int pErrorCode, java.util.List<ServiceLocationAttribute> pAttrList)
      Ctor.
      Parameters:
      pLangTag -
      pErrorCode -
      pAttrList - - list of ServiceLocationAttributes
    • AttributeReply

      public AttributeReply(MsgHeader pHeader, int pErrorCode, java.util.List<ServiceLocationAttribute> pAttrList)
      Ctor.
      Parameters:
      pHeader -
      pErrorCode -
      pAttrList - - list of ServiceLocationAttributes
  • Method Details