SOCKETLISTEN

(Difference between revisions)
Jump to: navigation, search
Admin (Talk | contribs)
(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...")
Newer edit →

Revision as of 19:10, 12 February 2013

Contents

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  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language