<< Click to Display Table of Contents >>
BACnetAddressBinding |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAddressBinding">
<xs:sequence>
<xs:element name="DeviceIdentifier" type="BACnetObjectIdentifier" />
<xs:element name="DeviceAddress" type="BACnetAddress" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetAddressBinding>
<DeviceIdentifier>device-501</DeviceIdentifier>
<DeviceAddress>
<NetworkNumber>7635</NetworkNumber>
<MacAddress>00010203040506070809</MacAddress>
</DeviceAddress>
</BACnetAddressBinding>