BACnetCredentialAuthenticationFactor

<< Click to Display Table of Contents >>

 

BACnetCredentialAuthenticationFactor

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

XML Schema

<xs:complexType name="BACnetCredentialAuthenticationFactor">
  <xs:sequence>
    <xs:element name="Disable" type="BACnetAccessAuthenticationFactorDisable" />
    <xs:element name="AuthenticationFactor" type="BACnetAuthenticationFactor" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetCredentialAuthenticationFactor>
  <Disable>none</Disable>
  <AuthenticationFactor>
    <FormatType>error</FormatType>
    <FormatClass>1236</FormatClass>
    <Value>00010203040506070809</Value>
  </AuthenticationFactor>
</BACnetCredentialAuthenticationFactor>

Was this page useful?