Salad  1.0.15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
network.h File Reference
#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...