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

Public Member Functions | |
| ImagerScanEngineClient (std::string &ip, int dport, int sport) | |
| void | asyncPerformAction (dpyImagerscanengine::Actions action, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncGetScannedCodes (dpyImagerscanengine::get_scanned_codes_function scannedCodesHandler) |
| void | getScannedCodes_U () |
| void | asyncGetListEvents (dpyImagerscanengine::get_list_events_function listEventsHandler) |
| void | getListEvents_U () |
| void | asyncGetScannerStatus (dpyImagerscanengine::get_scanner_status_function scannerStatusHandler) |
| void | getScannerStatus_U () |
| void | asyncGetLastScannedCode (dpyImagerscanengine::get_scanned_codes_function scannedCodesHandler) |
| void | asyncSetReadMode (dpyImagerscanengine::ReadMode mode, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSetIlluminationProperties (dpyImagerscanengine::Illumination illumination, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSetBrightnessProperties (dpyImagerscanengine::Brightness brightness, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSetImageMirroredSettings (dpyImagerscanengine::Rotation rotation, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSetDetectionProperties (dpyImagerscanengine::DetectionMode detection, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSetSensitivityProperties (dpyImagerscanengine::SensitivityMode sensitivity, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSetRereadTimeoutProperties (int rereadTimeout, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncSaveImage (std::string &outputImageFile, dpyImagerscanengine::request_handler_function requestHandler) |
| void | asyncGetScannerInfo (dpyImagerscanengine::get_scanner_info_function scannerInfoHandler) |
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 () |
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