<< Click to Display Table of Contents >>
BACnetKeyIdentifier |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetKeyIdentifier">
<xs:sequence>
<xs:element name="Algorithm" type="Unsigned8" />
<xs:element name="KeyId" type="Unsigned8" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetKeyIdentifier>
<Algorithm>33</Algorithm>
<KeyId>34</KeyId>
</BACnetKeyIdentifier>