12#pragma warning( push )
13#pragma warning( disable : 4251)
73 std::vector<SBDeviceInfo> devices;
#define SBSDK_API
Definition: SBSDK_API.h:15
SBTypes Header File. Structure types and Class Enum types defining parameter options and device infor...
Used to store information about a scanner.
Definition: SBDeviceList.h:25
Used to store information about the detected devices.
Definition: SBDeviceList.h:36
virtual ~SBDeviceList()
Default class deconstructor. Override to change what happens when an instance is destructed.
SBDeviceList()
Default class constructor.
size_t size()
Returns the size of the SBDeviceInfo vector.
void clear()
Clears the contents of the SBDeviceInfo Vector.
void push_back(SBDeviceInfo &info)
Appends new element to the back of the SBDeviceInfo vector.
Definition: ISBScanner.h:20