BACnetTimerState

<< Click to Display Table of Contents >>

 

BACnetTimerState

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

XML Schema

<xs:simpleType name="BACnetTimerState">
  <xs:restriction base="xs:string">
    <xs:enumeration value="idle" />
    <xs:enumeration value="running" />
    <xs:enumeration value="expired" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetTimerState>idle</BACnetTimerState>

Was this page useful?