Home
last modified time | relevance | path

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

/external/libese/esed/pn81a/
Dapdu.h74 static constexpr uint8_t SW1_FIRST_CHECKING_ERROR = 0x67; variable
102 return sw1 >= SW1_FIRST_CHECKING_ERROR && sw1 <= SW1_LAST_CHECKING_ERROR; in isCheckingError()