Go to the source code of this file.
|
| open_error_t | openapiFlowControlIfModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_t *mode) |
| | Get the Flow Control mode of the interafce. More...
|
| |
| open_error_t | openapiFlowControlIfModeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_t mode) |
| | Set the Flow Control mode of the interafce. More...
|
| |
| open_error_t | openapiFlowControlIfOperModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_OPER_t *mode) |
| | Get the Flow Control operational mode of the interafce. More...
|
| |
| open_error_t | openapiFlowControlIfPauseFramesRxGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *rxCount) |
| | Get the pause frames receive count of the interafce. More...
|
| |
| open_error_t | openapiFlowControlIfPauseFramesTxGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *txCount) |
| | Get the pause frames transmit count of the interafce. More...
|
| |
| open_error_t | openapiFlowControlModeGet (openapiClientHandle_t *client_handle, OPEN_FLOWCONTROL_t *mode) |
| | Get the Flow Control mode of the system. More...
|
| |
| open_error_t | openapiFlowControlModeSet (openapiClientHandle_t *client_handle, OPEN_FLOWCONTROL_t mode) |
| | Set the Flow Control mode of the system. More...
|
| |