BACnetDeviceStatus

<< Click to Display Table of Contents >>

 

BACnetDeviceStatus

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

XML Schema

<xs:simpleType name="BACnetDeviceStatus">
  <xs:restriction base="xs:string">
    <xs:enumeration value="operational" />
    <xs:enumeration value="operationalReadOnly" />
    <xs:enumeration value="downloadRequired" />
    <xs:enumeration value="downloadInProgress" />
    <xs:enumeration value="nonOperational" />
    <xs:enumeration value="backupInProgress" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetDeviceStatus>operational</BACnetDeviceStatus>

Was this page useful?