BACnetLandingCallStatus

<< Click to Display Table of Contents >>

 

BACnetLandingCallStatus

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

XML Schema

<xs:complexType name="BACnetLandingCallStatus">
  <xs:sequence>
    <xs:element name="FloorNumber" type="Unsigned8" />
    <xs:element name="Command" type="BACnetLandingCallStatus_Command" />
    <xs:element minOccurs="0" name="FloorText" type="CharacterString" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetLandingCallStatus>
  <FloorNumber>33</FloorNumber>
  <Command>
    <Direction>none</Direction>
  </Command>
  <FloorText>Abcde</FloorText>
</BACnetLandingCallStatus>

Example 2:

<BACnetLandingCallStatus>
  <FloorNumber>35</FloorNumber>
  <Command>
    <Direction>up</Direction>
  </Command>
</BACnetLandingCallStatus>

Was this page useful?