<< Click to Display Table of Contents >>
BACnetNetworkSecurityPolicy |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetNetworkSecurityPolicy">
<xs:sequence>
<xs:element name="PortId" type="Unsigned8" />
<xs:element name="SecurityLevel" type="BACnetSecurityPolicy" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetNetworkSecurityPolicy>
<PortId>33</PortId>
<SecurityLevel>plainTrusted</SecurityLevel>
</BACnetNetworkSecurityPolicy>