| << Prev | appCORE Programming Guide | Next >> |
NAME
coreNetServerPortRemove() -- stop listening on port for TCP connections.
SYNOPSIS
include "appcore.h" int coreNetServerPortRemove( coreHandle_t h )
DESCRIPTION
This function removes the listen port that is associated with the handle. The handle must have been created via a previous call to coreNetServerPortAdd().
PARAMETERS
h handle returned by coreNetServerPortAdd() function.
RETURN VALUE
| errno Value | Condition |
| ENOTSUP | Not supported - netCORE is not running. |
| EINVAL | Handle invalid, wrong type, or not found. |
MULTI-THREAD SAFETY LEVEL
MT-safe.
SEE ALSO
| << Prev | appCORE Programming Guide | Next >> |