int __stdcall SME_GetName ( SME_HANDLE  handle,
char *  moduleName 
)

Retrieve the currently selected Sealevel I/O module's name.

Parameters
[in]handleValid handle returned by SME_Initialize().
[out]moduleNameBuffer in which to store the name.
Return values
0Successful completion.
-1Invalid SME_Initialize() handle.
-2Invalid module selected. Call SME_SearchForModules() first.
Warning
The parameter moduleName must have at least 16 bytes of space allocated before calling this method.

Referenced by CCEthernet::find_devices().