ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Message read. Empty buffer or empty string ("") if no message was received.
Name of socket that received the message. In the WINDEV applications: this name was defined on the server:by SocketCreate or SocketCreateInfrared (for a simplified server).by SocketAccept (for a standard server).this name was defined on the client by SocketConnect or SocketConnectInfrared.
True (default value): undefined wait for a client message.False: wait until the <Maximum timeout>.
Maximum timeout (in milliseconds) of a client message if the undefined wait is set to False. This parameter can correspond to: an integer corresponding to the number of milliseconds,a Duration variable,Versions 23 and laterthe duration in text format (e.g., 1 s or 10 ms). New in version 23the duration in text format (e.g., 1 s or 10 ms). the duration in text format (e.g., 1 s or 10 ms). By default, this timeout is set to 1000 milliseconds (1 second).
Maximum number of characters that can be transmitted. The number of characters received is not guaranteed.This parameter is taken into account only if the SocketNoEndTag constant is specified in SocketChangeTransmissionMode. Otherwise, this parameter is ignored.This parameter is set to 4096 bytes by default.
Number of transmitted bytes
Communication with robots or with non-WINDEV applications
Transmission between two computers that use character strings in different formats (UNICODE and ANSI)
Required permissions
Last update: 04/13/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: