Functions
Name | Description |
---|---|
AcceptSc | Wait for the socket connection. |
BindSc | Assign a socket address to the socket. |
CloseSc | Disconnect the socket. |
ConnectSc | Make a connection with the server. |
gethostbyname | Request domain name resolution from DNS. |
InitSc | Initializes the socket function system to asynchronous. |
ListenSc | Start accepting socket connections. |
nmi_inet_addr | Converts the IP address string to a number. |
RecvfromSc | Receive using UDP socket. |
RecvSc | Receive using TCP socket. |
RegSocketCallbackSc | Register the callback functions for the asynchronous socket functions. |
SendSc | Send using TCP socket. |
SendtoSc | Send using UDP socket. |
setsockopt | Sets options for the specified socket. |
SocketSc | Create a socket. |
tpfAppResolveCb | Declare the type of DNS name resolution callback function. |
tpfAppSocketCb | Declare the type of socket callback function. |
Last updated: 2021/09/24