5. CMOX_MAC_RETVALS ¶
5.1. CMOX MAC RETVALS ¶
- group CMOX_MAC_RETVALS
-
Defines
-
CMOX_MAC_SUCCESS
-
MAC operation successfully performed.
-
CMOX_MAC_ERR_INTERNAL
-
Some error happens internally in the MAC module.
-
CMOX_MAC_ERR_BAD_PARAMETER
-
One or more parameter has been wrongly passed to the function (e.g. pointer to NULL).
-
CMOX_MAC_ERR_BAD_OPERATION
-
Error on performing the operation (e.g. an operation has been called before initializing the handle).
-
CMOX_MAC_AUTH_SUCCESS
-
Authentication of the tag has been successful.
-
CMOX_MAC_AUTH_FAIL
-
Authentication of the tag failed.
Typedefs
-
typedef
uint32_t
cmox_mac_retval_t
-
MAC module return value type.
-
CMOX_MAC_SUCCESS