Home
last modified time | relevance | path

Searched refs:SW1_LAST_EXECUTION_ERROR (Results 1 – 1 of 1) sorted by relevance

/external/libese/libapdu/include/apdu/
Dapdu.h73 static constexpr uint8_t SW1_LAST_EXECUTION_ERROR = 0x66; variable
98 return sw1 >= SW1_FIRST_EXECUTION_ERROR && sw1 <= SW1_LAST_EXECUTION_ERROR; in isExecutionError()