int __stdcall SME_SetName ( SME_HANDLE  handle,
char *  name 
)

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

Parameters
[in]handleValid handle returned by SME_Initialize().
[in]nameNull terminated name buffer
Return values
0Successful completion.
-1Invalid SME_Initialize handle.
-2Supplied name is invalid. Name should be between 0 and 16 characters and NULL terminated.
-3No module selected. Call SME_SearchForModules() first.
-4Error acquiring free socket.
-5Error connecting to module.
-6Error getting current configuration.
-7Error writing new configuration.

Referenced by CCEthernet::set_information().

 
 
Generated on Mon Nov 26 2018.