C API for BALTECH SDK

§ BRP_ERR_HOST_CERT_FORMAT

#define BRP_ERR_HOST_CERT_FORMAT   (0x00012u | BRP_ERRGRP_COMM_FRAMEFORMAT)

The hosts PKI Certificate or the devices CA certificates (which are stored on the host!) had invalid format.

The certificates referred by this error code are passed from the application to brp_lib by brp_create_pki() (or alternatively by brp_append_host_certs() and brp_append_dev_ca_certs()). Usually this does not necessarily mean that they are denied by reader but that they are corrupted.

Definition at line 280 of file errorcodes.h.