|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.11.1.2
|
Functions | |
| open_error_t | openapiNsdpModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode) |
| Get the NSDP Admin Mode. More... | |
| open_error_t | openapiNsdpModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets the NSDP Admin Mode. More... | |
| open_error_t openapiNsdpModeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | mode | ||
| ) |
Get the NSDP Admin Mode.
| [in] | client_handle | client handle from registration API |
| [out] | mode | mode pointer to scc mode |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiNsdpModeSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets the NSDP Admin Mode.
| [in] | client_handle | client handle from registration API |
| [in] | mode | mode sets the scc mode |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25