SCMClientDevice Class Reference
Interacts with platform manager service.
#include <scmClientDevice.h>
Inheritance diagram for SCMClientDevice:

Public Member Functions | |
void | asyncCardOperation (dpySCM::TransactionDevice opertionDevice, dpySCM::card_operation_handler_function handler) |
void | asyncPassThrough (dpySCM::DevicePassThrough devicePassThrough, dpySCM::pass_through_operation_handler_function handler) |
void | asyncGetULCounter (std::string deviceId, dpySCM::UltraLightCounter &ulCounter, dpySCM::ultralight_counter_handler_function handler) |
void | asyncIncrementULCounter (std::string deviceI, dpySCM::UltraLightCounter &ulCounter, dpySCM::confirmation_handler_function handler) |
void | asyncAddKeys (dpySCM::DeviceKeys deviceKeys, dpySCM::confirmation_handler_function handler) |
void | asyncAddKeys (std::string deviceId, std::string json, dpySCM::confirmation_handler_function handler) |
void | asyncGetKeys (std::string deviceId, dpySCM::get_keys_handler_function handler) |
void | asyncRemoveKeys (std::string deviceId, dpySCM::confirmation_handler_function handler) |
![]() | |
DpyMwClient (std::string &ip, int dport, int sport) | |
void | start () |
void | stop () |
void | subscribe (int messageType, boost::any handler) |
void | unsubscribe (int messageType) |
bool | isAlive () |
void | monitorServiceAvailability_S (const f_hearbeat_handler &handler) |
void | monitorServiceAvailability_U () |
Static Public Member Functions | |
static void | destroyAll () |
static void | destroy (std::string &key) |
static SCMClientDevice * | getPtr (std::string &key) |
static SCMClientDevice & | getRef (std::string &key) |
Additional Inherited Members | |
![]() | |
void | sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000) |
![]() | |
map_proto_register_client | m_register_map |
std::mutex | m_map_mutex |