Main Page
Related Pages
Modules
SeaDAC Lite Discovery API
SDL_Cleanup
SDL_DeviceCount
SDL_FirstDevice
SDL_GetDeviceID
SDL_GetModel
SDL_GetName
SDL_GetNameBySerial
SDL_GetSerial
SDL_Initialize
SDL_NextDevice
SDL_SearchForDevices
int __stdcall SDL_FirstDevice
(
SDL_HANDLE
handle
)
Sets the internal pointer to the first discovered SeaDAC Lite device.
Parameters
[in]
handle
Valid handle returned by
SDL_Initialize()
.
Return values
0
Success.
-1
Invalid SDL_Initialize handle.
-2
No devices have been found. Call
SDL_SearchForDevices()
first.
Generated on Mon Oct 3 2022.