38 #ifndef OPENAPI_FLOWCONTROL_H_INCLUDED
39 #define OPENAPI_FLOWCONTROL_H_INCLUDED
168 uint32_t ifNum, uint32_t *rxCount);
186 uint32_t ifNum, uint32_t *txCount);
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.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiFlowControlIfModeSet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_t mode)
Set the Flow Control mode of the interafce.
open_error_t openapiFlowControlModeGet(openapiClientHandle_t *client_handle, OPEN_FLOWCONTROL_t *mode)
Get the Flow Control mode of the system.
open_error_t openapiFlowControlIfModeGet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_FLOWCONTROL_t *mode)
Get the Flow Control mode of the interafce.
open_error_t openapiFlowControlIfPauseFramesRxGet(openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *rxCount)
Get the pause frames receive count of the interafce.
open_error_t openapiFlowControlModeSet(openapiClientHandle_t *client_handle, OPEN_FLOWCONTROL_t mode)
Set the Flow Control mode of the system.
open_error_t openapiFlowControlIfPauseFramesTxGet(openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *txCount)
Get the pause frames transmit count of the interafce.