<< Click to Display Table of Contents >>
BACnetNotificationParameters_BufferReady |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetNotificationParameters_BufferReady">
<xs:sequence>
<xs:element name="BufferProperty" type="BACnetDeviceObjectPropertyReference" />
<xs:element name="PreviousNotification" type="Unsigned32" />
<xs:element name="CurrentNotification" type="Unsigned32" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetNotificationParameters_BufferReady>
<BufferProperty>
<ObjectIdentifier>device-501</ObjectIdentifier>
<PropertyIdentifier>ackRequired</PropertyIdentifier>
<PropertyArrayIndex>1236</PropertyArrayIndex>
<DeviceIdentifier>device-504</DeviceIdentifier>
</BufferProperty>
<PreviousNotification>2349</PreviousNotification>
<CurrentNotification>2350</CurrentNotification>
</BACnetNotificationParameters_BufferReady>