|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.13.1.2
|
Functions | |
| open_error_t | openapiDiffServGenAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode) |
| Gets admin mode of DiffServ administrative. More... | |
| open_error_t | openapiDiffServGenAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Set the value of the DiffServ administrative mode. More... | |
| open_error_t | openapiDiffServGenTableSizeGet (openapiClientHandle_t *client_handle, OPEN_DIFFSERV_GEN_STATUS_GROUP_OBJECT_t diffTableGrpObj, uint32_t *pSize) |
| Get size of the given group Table. More... | |
Enumerated values for DiffServ General Status Group objects.
Definition at line 44 of file openapi_diffserv_conf.h.
| open_error_t openapiDiffServGenAdminModeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | pMode | ||
| ) |
Gets admin mode of DiffServ administrative.
| [in] | client_handle | client handle from registration API |
| [out] | pMode | DiffServ administrative mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.26
| open_error_t openapiDiffServGenAdminModeSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Set the value of the DiffServ administrative mode.
| [in] | client_handle | client handle from registration API |
| [in] | mode | DiffServ administrative mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.26
| open_error_t openapiDiffServGenTableSizeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_DIFFSERV_GEN_STATUS_GROUP_OBJECT_t | diffTableGrpObj, | ||
| uint32_t * | pSize | ||
| ) |
Get size of the given group Table.
| [in] | client_handle | client handle from registration API |
| [in] | diffTableGrpObj | DiffServ general status table group object |
| [out] | pSize | table size value |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.26