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