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 ValueCondition
ENOTSUPNot supported - netCORE is not running.
EINVALHandle invalid, wrong type, or not found.

MULTI-THREAD SAFETY LEVEL

MT-safe.


SEE ALSO

Functions:
coreNetServerPortAdd() coreNetServerPortRemove() coreNetChanAccept() coreNetChanReject() coreNetChanConnect() coreNetChanOpen() coreNetChanClose() coreNetChanPayloadMsg() coreNetChanTxFlow() coreNetChanRxFlow() coreNetAddrInit()