C API for BALTECH SDK

§ brp_suppress_monitoring()

BRP_LIB brp_errcode brp_suppress_monitoring ( brp_protocol  protocol)

Disables the monitoring feature of this library.

This is primarily needed to ensure that sensitive information exchanged between application and reader can't even be seen by the local user.

Attention
: Please note that even if the communication between application and reader is encrypted, the monitor always logs plain text data.
Returns
BRP_OK on success or BRP_ERR_INVALID_API_CALL if protocol is not a composite or monitor was already disabed.