|
Keyple Plugin PC/SC C++ Library - 2.5.2
Component of the Keyple C++ middleware
|
Typedefs | |
| using | DisconnectionMode = PcscReader::DisconnectionMode |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const CardTerminal &t) |
| std::ostream & | operator<< (std::ostream &os, const std::vector< CardTerminal > &vt) |
| bool | isCardCommunicationError (uint64_t rv) |
| using keyple::plugin::pcsc::cpp::DisconnectionMode = typedef PcscReader::DisconnectionMode |
Definition at line 48 of file CardTerminal.cpp.
|
inline |
Checks if a PC/SC return value corresponds to a card communication loss or card removal rather than a reader hardware breakdown.
Definition at line 95 of file PcscUtils.hpp.
| std::ostream & keyple::plugin::pcsc::cpp::operator<< | ( | std::ostream & | os, |
| const CardTerminal & | t | ||
| ) |
Definition at line 245 of file CardTerminal.cpp.
| std::ostream & keyple::plugin::pcsc::cpp::operator<< | ( | std::ostream & | os, |
| const std::vector< CardTerminal > & | vt | ||
| ) |
Definition at line 254 of file CardTerminal.cpp.