Keyple Plugin PC/SC C++ Library - 2.5.2
Component of the Keyple C++ middleware
Typedefs | Functions
keyple::plugin::pcsc::cpp Namespace Reference

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)
 

Typedef Documentation

◆ DisconnectionMode

using keyple::plugin::pcsc::cpp::DisconnectionMode = typedef PcscReader::DisconnectionMode

Definition at line 48 of file CardTerminal.cpp.

Function Documentation

◆ isCardCommunicationError()

bool keyple::plugin::pcsc::cpp::isCardCommunicationError ( uint64_t  rv)
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.

◆ operator<<() [1/2]

std::ostream & keyple::plugin::pcsc::cpp::operator<< ( std::ostream &  os,
const CardTerminal &  t 
)

Definition at line 245 of file CardTerminal.cpp.

◆ operator<<() [2/2]

std::ostream & keyple::plugin::pcsc::cpp::operator<< ( std::ostream &  os,
const std::vector< CardTerminal > &  vt 
)

Definition at line 254 of file CardTerminal.cpp.