49 static ISBScanner* createEmulator(
const char* path);
SBDeviceList Header File. Container class for device information.
#define SBSDK_API
Definition: SBSDK_API.h:15
Interface with Scan Box Scanner instances.
Definition: ISBScanner.h:27
Used to store information about a scanner.
Definition: SBDeviceList.h:25
Used to store information about the detected devices.
Definition: SBDeviceList.h:36
Instantiating class for ISBScanner Objects.
Definition: SBFactory.h:26
static uint32_t getDevices(SBDeviceList &devices)
Returns number of devices detected.
static void disposeDevice(ISBScanner *scanner)
Handles ISBScanner pointer and deletes the allocated memory.
static ISBScanner * createDevice(SBDeviceInfo &device)
Returns a pointer to a newly created ISBScanner instance.
Definition: ISBScanner.h:20