BACnetCOVMultipleSubscription

<< Click to Display Table of Contents >>

 

BACnetCOVMultipleSubscription

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

XML Schema

<xs:complexType name="BACnetCOVMultipleSubscription">
  <xs:sequence>
    <xs:element name="Recipient" type="BACnetRecipientProcess" />
    <xs:element name="IssueConfirmedNotifications" type="Boolean" />
    <xs:element name="TimeRemaining" type="Unsigned" />
    <xs:element name="MaxNotificationDelay" type="Unsigned" />
    <xs:element name="ListOfCovSubscriptionSpecifications" type="BACnetCOVMultipleSubscription_ListOfCovSubscriptionSpecifications" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetCOVMultipleSubscription>
  <Recipient>
    <Recipient>
      <Device>device-501</Device>
    </Recipient>
    <ProcessIdentifier>2346</ProcessIdentifier>
  </Recipient>
  <IssueConfirmedNotifications>true</IssueConfirmedNotifications>
  <TimeRemaining>1236</TimeRemaining>
  <MaxNotificationDelay>1237</MaxNotificationDelay>
  <ListOfCovSubscriptionSpecifications />
</BACnetCOVMultipleSubscription>

Example 2:

<BACnetCOVMultipleSubscription>
  <Recipient>
    <Recipient>
      <Device>device-505</Device>
    </Recipient>
    <ProcessIdentifier>2350</ProcessIdentifier>
  </Recipient>
  <IssueConfirmedNotifications>true</IssueConfirmedNotifications>
  <TimeRemaining>1240</TimeRemaining>
  <MaxNotificationDelay>1241</MaxNotificationDelay>
  <ListOfCovSubscriptionSpecifications>
    <ListOfCovSubscriptionSpecifications_Item>
      <MonitoredObjectIdentifier>device-509</MonitoredObjectIdentifier>
      <ListOfCovReferences />
    </ListOfCovSubscriptionSpecifications_Item>
    <ListOfCovSubscriptionSpecifications_Item>
      <MonitoredObjectIdentifier>device-510</MonitoredObjectIdentifier>
      <ListOfCovReferences>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>apduSegmentTimeout</PropertyIdentifier>
            <PropertyArrayIndex>1245</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1246.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
      </ListOfCovReferences>
    </ListOfCovSubscriptionSpecifications_Item>
    <ListOfCovSubscriptionSpecifications_Item>
      <MonitoredObjectIdentifier>device-514</MonitoredObjectIdentifier>
      <ListOfCovReferences>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>bias</PropertyIdentifier>
            <PropertyArrayIndex>1249</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1250.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
      </ListOfCovReferences>
    </ListOfCovSubscriptionSpecifications_Item>
  </ListOfCovSubscriptionSpecifications>
</BACnetCOVMultipleSubscription>

Example 3:

<BACnetCOVMultipleSubscription>
  <Recipient>
    <Recipient>
      <Device>device-518</Device>
    </Recipient>
    <ProcessIdentifier>2363</ProcessIdentifier>
  </Recipient>
  <IssueConfirmedNotifications>true</IssueConfirmedNotifications>
  <TimeRemaining>1253</TimeRemaining>
  <MaxNotificationDelay>1254</MaxNotificationDelay>
  <ListOfCovSubscriptionSpecifications>
    <ListOfCovSubscriptionSpecifications_Item>
      <MonitoredObjectIdentifier>device-522</MonitoredObjectIdentifier>
      <ListOfCovReferences>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>dateList</PropertyIdentifier>
            <PropertyArrayIndex>1257</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1258.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>derivativeConstant</PropertyIdentifier>
            <PropertyArrayIndex>1260</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1261.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>descriptionOfHalt</PropertyIdentifier>
            <PropertyArrayIndex>1263</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1264.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
      </ListOfCovReferences>
    </ListOfCovSubscriptionSpecifications_Item>
    <ListOfCovSubscriptionSpecifications_Item>
      <MonitoredObjectIdentifier>device-532</MonitoredObjectIdentifier>
      <ListOfCovReferences>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>elapsedActiveTime</PropertyIdentifier>
            <PropertyArrayIndex>1267</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1268.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
      </ListOfCovReferences>
    </ListOfCovSubscriptionSpecifications_Item>
    <ListOfCovSubscriptionSpecifications_Item>
      <MonitoredObjectIdentifier>device-536</MonitoredObjectIdentifier>
      <ListOfCovReferences>
        <ListOfCovReferences_Item>
          <MonitoredProperty>
            <PropertyIdentifier>eventType</PropertyIdentifier>
            <PropertyArrayIndex>1271</PropertyArrayIndex>
          </MonitoredProperty>
          <CovIncrement>1272.567749</CovIncrement>
          <Timestamped>true</Timestamped>
        </ListOfCovReferences_Item>
      </ListOfCovReferences>
    </ListOfCovSubscriptionSpecifications_Item>
  </ListOfCovSubscriptionSpecifications>
</BACnetCOVMultipleSubscription>

Was this page useful?