<< Click to Display Table of Contents >>
BACnetSecurityLevel |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<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>
Example 1:
<BACnetSecurityLevel>incapable</BACnetSecurityLevel>