WM620 AT
Command Manual
Copyright © Neoway Technology Co., Ltd
110
Return Value
<CR><LF>+CLOSECLIENT:<socket>,remote link closed<CR><LF>
<CR><LF>+CLOSECLIENT:<socket>,local link closed<CR><LF>
Example
AT+CLOSELISTEN
+CLOSELISTEN:0,local link closed
+CLOSECLIENT:1,remote link closed
Abnormalities might occur on the network.
The local socket will be closed if there is any
socket on the client.
Remarks
N/A
14.4 Closing Client Socket: +CLOSECLIENT
Description
To close all socket connecting to the client
Format
AT+CLOSECLIENT[=<socket>]<CR>
Parameter
N/A
Return Value
<CR><LF>+CLOSECLIENT:<socket>,remote link closed<CR><LF>
Example
AT+CLOSECLIENT
+CLOSECLIENT:1,remote link closed
+CLOSECLIENT:2,remote link closed
No parameter, closed multiple sockets.
AT+CLOSECLIENT=1
+CLOSECLIENT:1,remote link closed
With parameter: closed one socket.
AT+CLOSECLIENT=1
ERROR
No remote client connecting to socket 1.
AT+CLOSECLIENT
+CLOSECLIENT:All remote link closed
Sockets connecting to all remote clients
have been closed.
Remarks
N/A