Salad
1.0.15
|
#include "salad/types.h"
Go to the source code of this file.
Functions | |
SLD_SSINT | sld_network_connect (char *host, SLD_USINT port) |
Connects to a destination host on the specified port. More... | |
SLD_SSINT | sld_network_disconnect () |
Terminates a connection. More... | |
SLD_ULINT | sld_network_receive () |
Receives data from a network connection. More... | |
SLD_ULINT | sld_network_send (char *packet) |
Sends data to a destination host. More... | |