Back to Sealevel      

SeaDAC Lite Discovery API


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.


Functions

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

 
 
Generated on 18 Sep 2007.