<< Click to Display Table of Contents >>
BACnetSecurityPolicy |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetSecurityPolicy">
<xs:restriction base="xs:string">
<xs:enumeration value="plainNonTrusted" />
<xs:enumeration value="plainTrusted" />
<xs:enumeration value="signedTrusted" />
<xs:enumeration value="encryptedTrusted" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetSecurityPolicy>plainNonTrusted</BACnetSecurityPolicy>