udpStopListen (Function) |
Top Previous Next |
This stops to listen for data on the specified connection ID.
Input: id : SINT ID for the connection.
Returns: INT 0 if successful, -1 indicates that the passed ID is illegal.
Declaration: FUNCTION udpStopListen : INT;
Example: INCLUDE rtcu.inc |