BACnetLogStatus

<< Click to Display Table of Contents >>

 

BACnetLogStatus

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

XML Schema

<xs:complexType name="BACnetLogStatus">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="logDisabled" type="Boolean" />
    <xs:element minOccurs="0" maxOccurs="1" name="bufferPurged" type="Boolean" />
    <xs:element minOccurs="0" maxOccurs="1" name="logInterrupted" type="Boolean" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetLogStatus>
  <logDisabled>true</logDisabled>
  <logInterrupted>true</logInterrupted>
</BACnetLogStatus>

Was this page useful?