rt_close
Description
The rt_close function closes an existing socket.
Syntax:
void rt_close(RTEngine engine, RTSOCKET s);
Parameters:
engine: The pointer to the RTTP engine instance returned by rt_init().
s: The descriptor identifying the RTTP socket to be closed.
Return Value:
This function does not return a value.