BACnetHostNPort

<< Click to Display Table of Contents >>

 

BACnetHostNPort

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

XML Schema

<xs:complexType name="BACnetHostNPort">
  <xs:sequence>
    <xs:element name="Host" type="BACnetHostAddress" />
    <xs:element name="Port" type="Unsigned16" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetHostNPort>
  <Host>
    <None />
  </Host>
  <Port>7634</Port>
</BACnetHostNPort>

Was this page useful?