BACnetNotificationParameters_BufferReady

<< Clique para Mostrar o Sumário >>

 

BACnetNotificationParameters_BufferReady

Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.

Esquema XML

<xs:complexType name="BACnetNotificationParameters_BufferReady">
  <xs:sequence>
    <xs:element name="BufferProperty" type="BACnetDeviceObjectPropertyReference" />
    <xs:element name="PreviousNotification" type="Unsigned32" />
    <xs:element name="CurrentNotification" type="Unsigned32" />
  </xs:sequence>
</xs:complexType>

Exemplos

Exemplo 1:

<BACnetNotificationParameters_BufferReady>
  <BufferProperty>
    <ObjectIdentifier>device-501</ObjectIdentifier>
    <PropertyIdentifier>ackRequired</PropertyIdentifier>
    <PropertyArrayIndex>1236</PropertyArrayIndex>
    <DeviceIdentifier>device-504</DeviceIdentifier>
  </BufferProperty>
  <PreviousNotification>2349</PreviousNotification>
  <CurrentNotification>2350</CurrentNotification>
</BACnetNotificationParameters_BufferReady>

Esta página foi útil?