BACnetRecipientProcess

<< Click to Display Table of Contents >>

 

BACnetRecipientProcess

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

XML Schema

<xs:complexType name="BACnetRecipientProcess">
  <xs:sequence>
    <xs:element name="Recipient" type="BACnetRecipient" />
    <xs:element name="ProcessIdentifier" type="Unsigned32" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetRecipientProcess>
  <Recipient>
    <Device>device-501</Device>
  </Recipient>
  <ProcessIdentifier>2346</ProcessIdentifier>
</BACnetRecipientProcess>

Was this page useful?