Notifications, Cleanup/shutdown, Functions reference – Sensoray 2224 Windows User Manual
Page 16

•
S2226_SetMergeMethod
•
S2226_SnapshotToFile
•
S2226_SnapshotToFileW
•
S2226_SnapshotToMem
•
S2226_SnapshotRaw
Notifications
The 2226 is a USB device. It should not be unplugged during streaming or when the application is
running. However, sometimes this may happen. The functions S2226_SetNotify and
S2226_TestDeviceRemoval are used to see if the device was unplugged. The demo application shows
how these functions are used. The demo application will be closed if the 2226 is harshly unplugged
while the demo is running.
•
S2226_SetNotify
•
S2226_TestDeviceRemoval
Cleanup/Shutdown
After all work is done with the 2226, the SDK should be closed for that board. An example is when the
demo application closes. The following function closes the SDK for an open board.
•
S2226_CloseBoard
Functions Reference
All API functions are declared using the following definition and the __stdcall calling
convention:
#define MID2226_API extern "C" __declspec(dllimport)
MID2226_API HANDLE S2226_OpenBoard(int devid);
Must be called before any other API functions are called to open the SDK.
Parameters
devid
device id in the system (use 0 with a single board installed).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
16