BACnetAuthenticationFactor

<< Click to Display Table of Contents >>

 

BACnetAuthenticationFactor

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

XML Schema

<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>

Examples

Example 1:

<BACnetAuthenticationFactor>
  <FormatType>undefined</FormatType>
  <FormatClass>1235</FormatClass>
  <Value>00010203040506070809</Value>
</BACnetAuthenticationFactor>

Was this page useful?