SLD_ULINT sld_network_receive()
Receives data from a network connection.
unsigned short int SLD_USINT
Definition: types.h:50
SLD_SSINT sld_network_connect(char *host, SLD_USINT port)
Connects to a destination host on the specified port.
signed short int SLD_SSINT
Definition: types.h:47
SLD_ULINT sld_network_send(char *packet)
Sends data to a destination host.
unsigned long int SLD_ULINT
Definition: types.h:62
SLD_SSINT sld_network_disconnect()
Terminates a connection.