BACnetKeyIdentifier

<< Click to Display Table of Contents >>

 

BACnetKeyIdentifier

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

XML Schema

<xs:complexType name="BACnetKeyIdentifier">
  <xs:sequence>
    <xs:element name="Algorithm" type="Unsigned8" />
    <xs:element name="KeyId" type="Unsigned8" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetKeyIdentifier>
  <Algorithm>33</Algorithm>
  <KeyId>34</KeyId>
</BACnetKeyIdentifier>

Was this page useful?