5#ifndef LIBLOGICALACCESS_PCSC_CONNECTION_HPP
6#define LIBLOGICALACCESS_PCSC_CONNECTION_HPP
23 const std::string &device);
44 static std::string strerror(
unsigned int error_flag);
Definition: pcsc_connection.hpp:17
SCARDHANDLE handle_
Definition: pcsc_connection.hpp:58
PCSCShareMode share_mode_
Definition: pcsc_connection.hpp:63
void setDisposition(DWORD dispo)
Definition: pcsc_connection.hpp:49
DWORD active_protocol_
Definition: pcsc_connection.hpp:73
DWORD disposition
Definition: pcsc_connection.hpp:78
DWORD protocol_
Definition: pcsc_connection.hpp:68
The PC/SC reader unit class.
Definition: pcscreaderunit.hpp:23
PCSCShareMode
Share mode enumeration.
Definition: pcscreaderunitconfiguration.hpp:35
PC/SC Reader unit configuration.