Network Application Interface Functions
Function Name | Description |
|---|---|
Setup a socket address from an IPv4 or an IPv6 address. | |
Return a new application socket accepted from a listen application socket. | |
Bind an application socket to a local address. | |
Close an application socket. | |
Connect an application socket to a remote address. | |
Set an application socket to listen for connection requests. | |
Open an application socket. | |
Receive application data via socket. | |
Transmit application data via socket. | |
Open and connect a TCP Stream to a server | |
Open a UDP datagram using IPv4 or IPv6 address. | |
Open and connect a TCP Stream to a server using the server's hostname (select remote address using DNS) | |
Open a UDP datagram to a server using the server's hostname (select remote address using DNS) | |
Delay for specified time, in milliseconds. |