|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of functions for managing sockets |
|
|
|
|
|
|
|
| Establishes a connection between the client and a WebSocket server. |
|
|
|
|
|
|
|
| Run on the server, this function accepts a connection request on an existing socket on the server machine. |
|
|
|
|
|
|
|
| Connects a client computer to a given socket. |
|
|
|
|
|
|
|
| Used to establish a secure connection to an SSL server. |
|
|
|
|
|
|
|
| Closes a socket or the connection to a server socket. |
|
|
|
|
|
|
|
| Retrieves a message sent by another socket. |
|
|
|
|
|
|
|
| Creates a socket that uses the UDP protocol. |
|
|
|
|
|
|
|
| Establishes an SSL connection between the client and a WebSocket server. |
|
|
|
|
|
|
|
| Allows the server to get information about the current client socket. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets... |
|
|
|
|
|
|
|
| Connects a client computer to a specific Bluetooth socket. |
|
|
|
|
|
|
|
| Run on the server, this function refuses a connection request to an existing socket found on the server. |
|
|
|
|
|
|
|
| Run on the server, this function is used to wait for a connection request coming from the client sockets. |
|
|
|
|
|
|
|
| Configures the use of Socket functions. |
|
|
|
|
|
|
|
| Checks if a socket already exists. |
|
|
|
|
|
|
|
| WINDEV gives you the ability to create a simplified socket server...... |
|
|
|
|
|
|
|
| WINDEV allows you to create a standard socket server...... |
|
|
|
|
|
|
|
| List of constants used by the functions for socket management.... |
|
|
|
|
|
|
|
| WINDEV includes advanced socket management functions.... |
|
|
|
|
|
|
|
| A client application of a socket server connects to a standard server in order to exchange... |
|
|
|
|
|
|
|
| Changes the transmission mode used on a socket. |
|
|
|
|
|
|
|
| Writes a message intended to another socket. |
|
|
|
|
|
|
|
| Creates a socket using a Bluetooth device. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|