BACnetRecipient

<< Click to Display Table of Contents >>

 

BACnetRecipient

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

XML Schema

<xs:complexType name="BACnetRecipient">
  <xs:sequence>
    <xs:choice>
      <xs:element name="Device" type="BACnetObjectIdentifier" />
      <xs:element name="Address" type="BACnetAddress" />
    </xs:choice>
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetRecipient>
  <Device>device-501</Device>
</BACnetRecipient>

Example 2:

<BACnetRecipient>
  <Address>
    <NetworkNumber>7635</NetworkNumber>
    <MacAddress>FF</MacAddress>
  </Address>
</BACnetRecipient>

Was this page useful?