<< Click to Display Table of Contents >>
BACnetAuthenticationFactor |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetAuthenticationFactor">
<xs:sequence>
<xs:element name="FormatType" type="BACnetAuthenticationFactorType" />
<xs:element name="FormatClass" type="Unsigned" />
<xs:element name="Value" type="OctetString" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetAuthenticationFactor>
<FormatType>undefined</FormatType>
<FormatClass>1235</FormatClass>
<Value>00010203040506070809</Value>
</BACnetAuthenticationFactor>