BACnetSecurityPolicy

<< Click to Display Table of Contents >>

 

BACnetSecurityPolicy

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

XML Schema

<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>

Examples

Example 1:

<BACnetSecurityPolicy>plainNonTrusted</BACnetSecurityPolicy>

Was this page useful?