|
The UcmClose function closes the socket sock,
that has been initialized by UcmConnect or UcmOpen. In order to allow correct socket
housekeeping, this call is mandatory. UcmClose will fail if one or more of the
following is true:
| UE_NOTINIT |
The UCM software has not been initialize (see UcmInit) |
| UE_BADSOCK |
The value of sock is not a valid socket descriptor or the socket is
not open. |
|