BACnetProgramError

<< Click to Display Table of Contents >>

 

BACnetProgramError

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

XML Schema

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

Examples

Example 1:

<BACnetProgramError>normal</BACnetProgramError>

Was this page useful?