BACnetEventParameter_CommandFailure

<< Clique para Mostrar o Sumário >>

 

BACnetEventParameter_CommandFailure

Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:

eventEnrollment.eventParameters

Esquema XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://www.elipse.com.br/drivers/BACnet" xmlns:mstns="http://www.elipse.com.br/drivers/BACnet" elementFormDefault="qualified" targetNamespace="http://www.elipse.com.br/drivers/BACnet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="BACnetEventParameter_CommandFailure">
    <xs:sequence>
      <xs:element name="TimeDelay" type="Unsigned" />
      <xs:element name="FeedbackPropertyReference" type="BACnetDeviceObjectPropertyReference" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Value" type="BACnetEventParameter_CommandFailure" />
</xs:schema>

Exemplos

Exemplo 1:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <BACnetEventParameter_CommandFailure>
    <TimeDelay>1234</TimeDelay>
    <FeedbackPropertyReference>
      <ObjectIdentifier>device-502</ObjectIdentifier>
      <PropertyIdentifier>action</PropertyIdentifier>
      <PropertyArrayIndex>1237</PropertyArrayIndex>
      <DeviceIdentifier>device-505</DeviceIdentifier>
    </FeedbackPropertyReference>
  </BACnetEventParameter_CommandFailure>
</Value>

Esta página foi útil?