C API for BALTECH SDK

§ BRP_ERRGRP_DEVICE

#define BRP_ERRGRP_DEVICE   0x00010000u

A command failed to execute due to a error on the device side which is not host communication related (card error, ...)

The lower 16bits of the error code will contains the command group code and the status code (see also BRP_ERR_STATUS() on how to construct a specific error code). The exact list of error codes returned by the device can be found in the Baltech API.

Definition at line 64 of file errorcodes.h.