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_SearchForDevices
(
SDL_HANDLE
handle
)
Attempts to enumerate all connected SeaDAC Lite modules and stores them as an internal list.
Parameters
[in]
handle
Valid handle returned by
SDL_Initialize()
.
Return values
>=0
Success. Number of found modules.
-1
Invalid SDL_Initialize handle.
-2
Could not determine the number of connected USB devices.
Generated on Mon Oct 3 2022.