Net_bounce - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
//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.
Parameters
Parameter | Description |
---|---|
parameter | description... |
Return Values
returntype: Returns...
Example Call
// Example of using the function.
NOTOC