<< Click to Display Table of Contents >>
BACnetHostNPort |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetHostNPort">
<xs:sequence>
<xs:element name="Host" type="BACnetHostAddress" />
<xs:element name="Port" type="Unsigned16" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetHostNPort>
<Host>
<None />
</Host>
<Port>7634</Port>
</BACnetHostNPort>