|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.13.1.2
|
Functions | |
| open_error_t | openapiInterfaceAppTimeRangeGet (openapiClientHandle_t *client_handle, uint32_t intIfNum, open_buffdesc *pTimeRange) |
| Get interface time range information. More... | |
| open_error_t | openapiInterfaceAppTimeRangeSet (openapiClientHandle_t *client_handle, uint32_t intIfNum, open_buffdesc *pTimeRange) |
| Set interface time range information. More... | |
| open_error_t openapiInterfaceAppTimeRangeGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | intIfNum, | ||
| open_buffdesc * | pTimeRange | ||
| ) |
Get interface time range information.
| [in] | client_handle | client handle from registration API |
| [in] | intIfNum | Internal interface number |
| [out] | pTimeRange | Time range name |
| OPEN_E_UNAVAIL | Not supported. |
| OPEN_E_NONE | On successful fetch of time range information. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.28
| open_error_t openapiInterfaceAppTimeRangeSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | intIfNum, | ||
| open_buffdesc * | pTimeRange | ||
| ) |
Set interface time range information.
| [in] | client_handle | client handle from registration API |
| [in] | intIfNum | Internal interface number |
| [in] | pTimeRange | Time range name |
| OPEN_E_UNAVAIL | Not supported |
| OPEN_E_NONE | On Successful set time range to interface. |
| OPEN_E_FAIL | On failure to set time range to interface. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.28