BALTECH Docs |
C API for BALTECH SDK
|
With the MCE command group, you can set up and control the Mobile Card Emulation (MCE) functionality. More...
#include "../typedefs.h"
Go to the source code of this file.
Macros | |
#define | BRP_Mce_ErrNoTag BRP_ERR_STATUS(0x4D00, 0x01) |
No valid MCE device is currently presented to the reader. More... | |
#define | BRP_Mce_ErrDisabled BRP_ERR_STATUS(0x4D00, 0x03) |
MCE functionality is currently disabled. More... | |
#define | BRP_Mce_ErrLicense BRP_ERR_STATUS(0x4D00, 0x04) |
A valid BLE license is required, but not available. More... | |
Functions | |
brp_errcode | brp_Mce_Enable (brp_protocol protocol, brp_Mce_Enable_Mode Mode) |
This command enables/disables Mobile Card Emulation (MCE). More... | |
brp_errcode | brp_Mce_Request (brp_protocol protocol, brp_buf *Snr, size_t *Snr_len, brp_mempool *mempool) |
This command is used to check if a Mobile Card Emulation (MCE) device (usually a smartphone running a particular app) is currently presented to the reader. More... | |
With the MCE command group, you can set up and control the Mobile Card Emulation (MCE) functionality.
Definition in file mce.h.