-
Notifications
You must be signed in to change notification settings - Fork 0
Net_bounce
hpgDesigns edited this page Aug 8, 2021
·
1 revision
//A largely debugging/server method for echo-bouncing messages //That is, receives a message from the specified socket, and sends it back to the same socket. //Prints the message that was bounced, if available. //Returns bounce status. 0 on successful bounce. 1 on empty receive, 2 on empty send. //Returns -1 on receive error. -2 on send error.
| Parameter | Description |
|---|---|
| parameter | description... |
returntype: Returns...
// Example of using the function.
NOTOC
This is number 1