Sets the currently selected Sealevel I/O module's name.
- Parameters
-
| [in] | handle | Valid handle returned by SME_Initialize(). |
| [in] | name | Null terminated name buffer |
- Return values
-
| 0 | Successful completion. |
| -1 | Invalid SME_Initialize() handle. |
| -2 | Supplied name is invalid. Name should be between 0 and 16 characters and NULL terminated. |
| -3 | No module selected. Call SME_SearchForModules() first. |
| -4 | Error acquiring free socket. |
| -5 | Error connecting to module. |
| -6 | Error getting current configuration. |
| -7 | Error writing new configuration. |
Referenced by CCEthernet::set_information().