int __stdcall SDL_GetSerial ( SDL_HANDLE  handle,
char *  serialNumber 
)

Retrieve the current SeaDAC Lite device's Serial Number.

Parameters
[in]handleValid handle returned by SDL_Initialize().
[out]serialNumber
Return values
0Success
-1Invalid SDL_Initialize handle.
-2No devices have been found. See SearchForDevices().
-3Parameter must not be zero.
Warning
The parameter serialNumber must have at least 20 bytes of allocated space before calling SDL_GetSerial.