ReadAccessResult_ListOfResults_Item

<< Click to Display Table of Contents >>

 

ReadAccessResult_ListOfResults_Item

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:complexType name="ReadAccessResult_ListOfResults_Item">
  <xs:sequence>
    <xs:element name="PropertyIdentifier" type="BACnetPropertyIdentifier" />
    <xs:element minOccurs="0" name="PropertyArrayIndex" type="Unsigned" />
    <xs:element name="ReadResult" type="ReadAccessResult_ListOfResults_Item_ReadResult" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<ReadAccessResult_ListOfResults_Item>
  <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
  <PropertyArrayIndex>1235</PropertyArrayIndex>
  <ReadResult>
    <PropertyValue>
      <Boolean>true</Boolean>
    </PropertyValue>
  </ReadResult>
</ReadAccessResult_ListOfResults_Item>

Example 2:

<ReadAccessResult_ListOfResults_Item>
  <PropertyIdentifier>action</PropertyIdentifier>
  <ReadResult>
    <PropertyValue>
      <Boolean>true</Boolean>
    </PropertyValue>
  </ReadResult>
</ReadAccessResult_ListOfResults_Item>

Was this page useful?