Functions
| Name | Description |
|---|---|
| SyncAcceptSc | Wait for a socket connection. |
| SyncBindSc | Assign a socket address to the socket. |
| SyncCloseSc | Disconnect the socket. |
| SyncConnectSc | Make a connection with the server. |
| SyncGetIp | Request domain name resolution from DNS and get an IP address. |
| SyncInitSc | Initializes the synchronous socket module. |
| SyncListenSc | Start accepting socket connections. |
| SyncPing | Sends a PING to the specified IP address. |
| SyncRecvfromAddrSc | Receives socket (UDP compatible). |
| SyncRecvSc | Receives socket (TCP compatible). |
| SyncSendSc | Performs socket transmission (TCP compatible). |
| SyncSendtoSc | Performs socket transmission (UDP compatible). |
| SyncSocketSc | Create a socket. |
Last updated: 2021/09/24