1.2.2.3.1.1.1.1 ANCS error code
C
#define ANCS_ERRCODE_UNKNOWN_COMMAND 0xA0 #define ANCS_ERRCODE_INVALID_COMMAND 0xA1 #define ANCS_ERRCODE_INVALID_PARAMETER 0xA2 #define ANCS_ERRCODE_ACTION_FAILED 0xA3
Description
The definition of ANCS Error Codes
Macro Definition
Macro | Description |
---|---|
ANCS_ERRCODE_UNKNOWN_COMMAND | The commandID was not recognized by the NP. |
ANCS_ERRCODE_INVALID_COMMAND | The command was improperly formatted. |
ANCS_ERRCODE_INVALID_PARAMETER | One of the parameters does not refer to an existing object on the NP. |
ANCS_ERRCODE_ACTION_FAILED | The action was not performed. |