BACnetCOVSubscription

<< Click to Display Table of Contents >>

 

BACnetCOVSubscription

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

XML Schema

<xs:complexType name="BACnetCOVSubscription">
  <xs:sequence>
    <xs:element name="Recipient" type="BACnetRecipientProcess" />
    <xs:element name="MonitoredPropertyReference" type="BACnetObjectPropertyReference" />
    <xs:element name="IssueConfirmedNotifications" type="Boolean" />
    <xs:element name="TimeRemaining" type="Unsigned" />
    <xs:element minOccurs="0" name="CovIncrement" type="REAL" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetCOVSubscription>
  <Recipient>
    <Recipient>
      <Device>device-501</Device>
    </Recipient>
    <ProcessIdentifier>2346</ProcessIdentifier>
  </Recipient>
  <MonitoredPropertyReference>
    <ObjectIdentifier>device-503</ObjectIdentifier>
    <PropertyIdentifier>actionText</PropertyIdentifier>
    <PropertyArrayIndex>1238</PropertyArrayIndex>
  </MonitoredPropertyReference>
  <IssueConfirmedNotifications>true</IssueConfirmedNotifications>
  <TimeRemaining>1239</TimeRemaining>
  <CovIncrement>1240.567749</CovIncrement>
</BACnetCOVSubscription>

Example 2:

<BACnetCOVSubscription>
  <Recipient>
    <Recipient>
      <Device>device-508</Device>
    </Recipient>
    <ProcessIdentifier>2353</ProcessIdentifier>
  </Recipient>
  <MonitoredPropertyReference>
    <ObjectIdentifier>device-510</ObjectIdentifier>
    <PropertyIdentifier>apduSegmentTimeout</PropertyIdentifier>
    <PropertyArrayIndex>1245</PropertyArrayIndex>
  </MonitoredPropertyReference>
  <IssueConfirmedNotifications>true</IssueConfirmedNotifications>
  <TimeRemaining>1246</TimeRemaining>
</BACnetCOVSubscription>

Was this page useful?