BACnetEventTransitionBits

<< Click to Display Table of Contents >>

 

BACnetEventTransitionBits

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

XML Schema

<xs:complexType name="BACnetEventTransitionBits">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="toOffnormal" type="Boolean" />
    <xs:element minOccurs="0" maxOccurs="1" name="toFault" type="Boolean" />
    <xs:element minOccurs="0" maxOccurs="1" name="toNormal" type="Boolean" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetEventTransitionBits>
  <toOffnormal>true</toOffnormal>
  <toNormal>true</toNormal>
</BACnetEventTransitionBits>

Was this page useful?