<< Click to Display Table of Contents >>
BACnetNotificationParameters_CommandFailure |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetNotificationParameters_CommandFailure">
<xs:sequence>
<xs:element name="CommandValue" type="Any" />
<xs:element name="StatusFlags" type="BACnetStatusFlags" />
<xs:element name="FeedbackValue" type="Any" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetNotificationParameters_CommandFailure>
<CommandValue>
<Boolean>true</Boolean>
</CommandValue>
<StatusFlags>
<inAlarm>true</inAlarm>
<overridden>true</overridden>
</StatusFlags>
<FeedbackValue>
<Boolean>true</Boolean>
</FeedbackValue>
</BACnetNotificationParameters_CommandFailure>