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 should have at least 16 bytes of space allocated before calling SME_GetName.

Referenced by CCEthernet::find_devices().

 
 
Generated on Mon Nov 26 2018.