<< Click to Display Table of Contents >>
BACnetLandingCallStatus_Command |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetLandingCallStatus_Command">
<xs:sequence>
<xs:choice>
<xs:element name="Direction" type="BACnetLiftCarDirection" />
<xs:element name="Destination" type="Unsigned8" />
</xs:choice>
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetLandingCallStatus_Command>
<Direction>unknown</Direction>
</BACnetLandingCallStatus_Command>
Example 2:
<BACnetLandingCallStatus_Command>
<Destination>34</Destination>
</BACnetLandingCallStatus_Command>