SeaDAC Lite Discovery API

Functions

int __stdcall SDL_Initialize (SDL_HANDLE *handle)
 Initializes the interface and allocates internal memory. More...
 
int __stdcall SDL_Cleanup (SDL_HANDLE handle)
 De-allocates memory used by the SDL interface. More...
 
int __stdcall SDL_SearchForDevices (SDL_HANDLE handle)
 Attempts to enumerate all connected SeaDAC Lite modules and stores them as an internal list. More...
 
int __stdcall SDL_DeviceCount (SDL_HANDLE handle)
 Returns the number of discovered SeaDAC Lite devices presently on the system. More...
 
int __stdcall SDL_FirstDevice (SDL_HANDLE handle)
 Sets the internal pointer to the first discovered SeaDAC Lite device. More...
 
int __stdcall SDL_NextDevice (SDL_HANDLE handle)
 Advances the internal pointer to the next discovered SeaDAC Lite device. More...
 
int __stdcall SDL_GetName (SDL_HANDLE handle, char *deviceName)
 Retrieve's the current SeaDAC Lite device's SeaMAX compatible name. More...
 
int __stdcall SDL_GetModel (SDL_HANDLE handle, int *model)
 Retrieve's the current SeaDAC Lite device's model number. More...
 
int __stdcall SDL_GetDeviceID (SDL_HANDLE handle, int *id)
 Retrieve's the current SeaDAC Lite device's USB ID. More...
 
int __stdcall SDL_GetSerial (SDL_HANDLE handle, char *serialNumber)
 Retrieve the current SeaDAC Lite device's Serial Number. More...
 
int __stdcall SDL_GetNameBySerial (SDL_HANDLE handle, char *serialNumber, char *deviceName)
 Searches current device list for the device denoted by a Serial Number. More...
 

Detailed Description

SeaDAC Lite modules are discovered using the following SeaDAC Lite Discovery API. For more details, click any of the function names below to learn more about function use, parameter, and return code information.

 
 
Generated on Mon Nov 26 2018.