BACnetNetworkPortCommand

<< Click to Display Table of Contents >>

 

BACnetNetworkPortCommand

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

XML Schema

<xs:simpleType name="BACnetNetworkPortCommand">
  <xs:restriction base="xs:string">
    <xs:enumeration value="idle" />
    <xs:enumeration value="discardChanges" />
    <xs:enumeration value="renewFdRegistration" />
    <xs:enumeration value="restartSlaveDiscovery" />
    <xs:enumeration value="renewDhcp" />
    <xs:enumeration value="restartAutonegotiation" />
    <xs:enumeration value="disconnect" />
    <xs:enumeration value="restartPort" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetNetworkPortCommand>idle</BACnetNetworkPortCommand>

Was this page useful?