BACnetVTSession

<< Click to Display Table of Contents >>

 

BACnetVTSession

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

XML Schema

<xs:complexType name="BACnetVTSession">
  <xs:sequence>
    <xs:element name="LocalVtSessionId" type="Unsigned8" />
    <xs:element name="RemoteVtSessionId" type="Unsigned8" />
    <xs:element name="RemoteVtAddress" type="BACnetAddress" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetVTSession>
  <LocalVtSessionId>33</LocalVtSessionId>
  <RemoteVtSessionId>34</RemoteVtSessionId>
  <RemoteVtAddress>
    <NetworkNumber>7636</NetworkNumber>
    <MacAddress>00010203040506070809</MacAddress>
  </RemoteVtAddress>
</BACnetVTSession>

Was this page useful?