SOCKETLISTEN/de
From MCS Wiki AVR
< SOCKETLISTEN(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Opens a socket in server(listen) mode. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </sp...") |
m (1 revision) |
Latest revision as of 21:16, 15 February 2013
Contents |
= (**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 |
---|