BACnetNetworkSecurityPolicy

<< Click to Display Table of Contents >>

 

BACnetNetworkSecurityPolicy

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

XML Schema

<xs:complexType name="BACnetNetworkSecurityPolicy">
  <xs:sequence>
    <xs:element name="PortId" type="Unsigned8" />
    <xs:element name="SecurityLevel" type="BACnetSecurityPolicy" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetNetworkSecurityPolicy>
  <PortId>33</PortId>
  <SecurityLevel>plainTrusted</SecurityLevel>
</BACnetNetworkSecurityPolicy>

Was this page useful?