BACnetPropertyReference

<< Click to Display Table of Contents >>

 

BACnetPropertyReference

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

XML Schema

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

Examples

Example 1:

<BACnetPropertyReference>
  <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
  <PropertyArrayIndex>1235</PropertyArrayIndex>
</BACnetPropertyReference>

Example 2:

<BACnetPropertyReference>
  <PropertyIdentifier>action</PropertyIdentifier>
</BACnetPropertyReference>

Was this page useful?