<< Click to Display Table of Contents >>
BACnetProgramError |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetProgramError">
<xs:restriction base="xs:string">
<xs:enumeration value="normal" />
<xs:enumeration value="loadFailed" />
<xs:enumeration value="internal" />
<xs:enumeration value="program" />
<xs:enumeration value="other" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetProgramError>normal</BACnetProgramError>