| << Prev | appCORE Programming Guide | Next >> |
NAME
coreNetChanTxFlow() -- Specify transmit flow options
SYNOPSIS
include "appcore.h" int coreNetChanTxFlow( coreNetChanFlowUpdateSPEC_t* s )
DESCRIPTION
The coreNetChanTxFlow() function controls the transmit flow characteristics of a netCORE channel. The flow characteristics are normally setup when the channel is created via the Options element. This function allows the flow settings to be updated while running.
PARAMETERS
s pointer to a channel flow update specification
RETURN VALUE
| errno Value | Condition |
| ENOTSUP | Not supported - netCORE not running. |
| EINVAL | Specification is NULL |
| EINVAL | Channel handle is invalid or wrong type |
MULTI-THREAD SAFETY LEVEL
MT-safe.
SEE ALSO
| << Prev | appCORE Programming Guide | Next >> |