IEC_BACNET_AUTHENTICATION_FACTOR_FORMAT (STRUCT)ΒΆ
TYPE IEC_BACNET_AUTHENTICATION_FACTOR_FORMAT : STRUCT
Definition of the BACnetAuthenticationFactorFormat structure
This structure, of type BACnetAuthenticationFactorFormat, is used to specify which authentication factor formats are supported by this object.
- InOut:
- Name - Type - Comment - formatType- This field, of type BACnetAuthenticationFactorType, specifies a supported authentication factor format type. - fVendorIdPresent- If set to True the vendor identifier is valid - vendorId- This optional field, of type Unsigned, is required when Format-Type field has a value of CUSTOM. It shall contain the BACnet vendor identifier of the vendor which defined the custom format. This value may differ from the Vendor_Identifier property value in the Device object, which identifies the device manufacturer. If the Format-Type field does not have a value of CUSTOM and this field is present it shall have a value of zero. - fVendorFormatPresent- If set to True the vendor format is valid - vendorFormat- This optional field of type Unsigned is required when Format-Type field has a value of CUSTOM. It shall contain a unique identifier that identifies a specific custom authentication factor format as defined by the BACnet vendor in the Vendor-ID field. If the Format-Type field does not have a value of CUSTOM and this field is present, then it shall have a value of zero. 
