Back to Sealevel      

int SDL_GetModel ( SDL_HANDLE  handle,
int *  model 
)

Retrieve's the current SeaDAC Lite device's model number.

Parameters:
[in] handle Valid handle returned by SDL_Initialize().
[out] model 
Return values:
0 Success.
-1 Invalid SDL_Initialize handle.
-2 No devices have been found. Call SDL_SearchForDevices() first.
-3 Parameter must not be zero.

 
 
Generated on 18 Sep 2007.