<< Click to Display Table of Contents >>
BACnetEventNotificationSubscription |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetEventNotificationSubscription">
<xs:sequence>
<xs:element name="Recipient" type="BACnetRecipient" />
<xs:element name="ProcessIdentifier" type="Unsigned32" />
<xs:element name="IssueConfirmedNotifications" type="Boolean" />
<xs:element name="TimeRemaining" type="Unsigned" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetEventNotificationSubscription>
<Recipient>
<Device>device-501</Device>
</Recipient>
<ProcessIdentifier>2346</ProcessIdentifier>
<IssueConfirmedNotifications>true</IssueConfirmedNotifications>
<TimeRemaining>1236</TimeRemaining>
</BACnetEventNotificationSubscription>