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) |
| void | asyncAddArtifact (std::string deviceId, dpySCM::ArtifactInfo artifactInfo, std::string artifactContent, dpySCM::confirmation_handler_function handler) |
| void | asyncGetArtifacts (std::string deviceId, dpySCM::get_artifacts_handler_function handler) |
| void | asyncRemoveArtifact (std::string deviceId, std::string name, dpySCM::confirmation_handler_function handler) |
| void | asyncExecutePlugin (std::string deviceId, std::string name, std::map< std::string, std::string > inputData, dpySCM::execute_plugin_handler_function handler) |
Public Member Functions inherited from DpyMwClient | |
| 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 | |
Protected Member Functions inherited from DpyMwClient | |
| void | sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000) |
Protected Attributes inherited from DpyMwClient | |
| map_proto_register_client | m_register_map |
| std::mutex | m_map_mutex |

Public Member Functions inherited from