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