Home
last modified time | relevance | path

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

/external/libese/esed/pn81a/
Dapdu.h69 static constexpr uint8_t BYTES_AVAILABLE = 0x61; variable
89 int8_t remainingBytes() const { return sw1() == BYTES_AVAILABLE ? sw2() : 0; } in remainingBytes()