SOCKETLISTEN/de
Aus MCS Wiki AVR
< SOCKETLISTEN(Weitergeleitet von SOCKETLISTEN)
Inhaltsverzeichnis |
= (**COPIED FROM ENGLISH PAGE**) === Action
Opens a socket in server(listen) mode.
Syntax
SOCKETLISTEN socket
Remarks
Socket |
The socket number you want to use for the server in the range of 0 -3. Or 0-7 for W5200/W5300. |
The socket will listen to the port you specified with the GetSocket function.
When a client connects, the socket status changes in sock_established. When a connection is established, you can send or receive data.
After the connection is closed by either the client or the server, a new connection need to be created and the SocketListen statement must be used again.
See also
CONFIG TCPIP, GETSOCKET , SOCKETCONNECT, SOCKETSTAT , TCPWRITE, TCPWRITESTR, TCPREAD, SOCKETCLOSE ,SOCKETDISCONNECT
Example
See SOCKETCONNECT example
Languages | English • Deutsch |
---|