BACnetEventLogRecord

<< Click to Display Table of Contents >>

 

BACnetEventLogRecord

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

XML Schema

<xs:complexType name="BACnetEventLogRecord">
  <xs:sequence>
    <xs:element name="Timestamp" type="BACnetDateTime" />
    <xs:element name="LogDatum" type="BACnetEventLogRecord_LogDatum" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetEventLogRecord>
  <Timestamp>
    <Date>2017-12-20</Date>
    <Time>22:39:15.980</Time>
  </Timestamp>
  <LogDatum>
    <LogStatus>
      <logDisabled>true</logDisabled>
      <logInterrupted>true</logInterrupted>
    </LogStatus>
  </LogDatum>
</BACnetEventLogRecord>

Was this page useful?