C API for BALTECH SDK

§ brp_AuthReqUpload

Specifies the authentication level the BEC/BEC2/BF3 file or ConfigCard has to fulfill to be accepted.

Enumerator
brp_AuthReqUpload_Default 

Default settings (Actual behavior is usage-dependent).

brp_AuthReqUpload_None_ 

Accept any kind of BEC/BEC2/BF3 files or ConfigCards, even unencrypted ones.

brp_AuthReqUpload_CustomerKey 

Accept only BEC/BEC2/BF3 files or ConfigCards that are encrypted with a matching customer key.

Especially deny unencrypted files/ConfigCards.

brp_AuthReqUpload_ConfigSecurityCode 

The customer key and the Config Security Code have to match for this BEC/BEC2/BF3 file or ConfigCard to be accepted.

brp_AuthReqUpload_Version 

The customer key and the Config Security Code have to match for this BEC/BEC2/BF3 file or ConfigCard to be accepted.

Furthermore, the version stored in the file/ConfigCard header has to be greater than or equal to the RFID interface component version.

brp_AuthReqUpload_GreaterVersion 

The customer key and the Config Security Code have to match for this BEC/BEC2/BF3 file or ConfigCard to be accepted.

Furthermore, the version stored in the file/ConfigCard header has to be greater than the RFID interface component version.

brp_AuthReqUpload_undefined 

Definition at line 4438 of file typedefs.h.