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