imagerscanengineApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include "iScanEngineDeviceList.h"
Include dependency graph for imagerscanengineApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ImagerScanEngine
 Allows to interact with the Imager Scan Engine service. More...
 

Namespaces

 dpyImagerscanengine
 Deepsy Imagerscanengine namespace that includes the different enums, structs or method signatures that should be used.
 

Typedefs

typedef boost::function< void(const bool &available)> service_availability_handler
 Prototype of the handler function used to monitor service availability. More...
 
typedef boost::function< void(boost::system::error_code &ec)> request_handler_function
 Handler for status function callback. More...
 
typedef boost::function< void(boost::system::error_code &ec, const std::string &scanned_code)> get_scanned_codes_function
 Prototype of the handler function for getScannedCodes method.
 
typedef boost::function< void(boost::system::error_code &ec, ListEvent event)> get_list_events_function
 Prototype of the handler function for getListEvents method.
 
typedef boost::function< void(boost::system::error_code &ec, ScannerStatus status)> get_scanner_status_function
 Prototype of the handler function for getScannerStatus method.
 
typedef boost::function< void(boost::system::error_code &ec, ScannerInfo info)> get_scanner_info_function
 Prototype of the handler function for getScannerInfo method.