BACnetSecurityLevel

<< Click to Display Table of Contents >>

 

BACnetSecurityLevel

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

XML Schema

<xs:simpleType name="BACnetSecurityLevel">
  <xs:restriction base="xs:string">
    <xs:enumeration value="incapable" />
    <xs:enumeration value="plain" />
    <xs:enumeration value="signed" />
    <xs:enumeration value="encrypted" />
    <xs:enumeration value="signedEndToEnd" />
    <xs:enumeration value="encryptedEndToEnd" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetSecurityLevel>incapable</BACnetSecurityLevel>

Was this page useful?