NB-IoT Module Series
BC26 AT Commands Manual
BC26_AT_Commands_Manual 51 / 73
5.5. AT+QSODIS Disconnect Socket
This command is used to disconnect socket.
If the socket is TCP, it will start to send TCP FIN packet; if the socket is UDP, there is no packet being
sent.
Parameter
5.6. AT+QSOCL Close Socket
This command is used to close socket.
AT+QSODIS Disconnect Socket
Write Command
AT+QSODIS=<socket_id>
Response
OK
If there is any error, response:
ERROR
Response
+QSODIS=(list of supported <socket_id>s)
OK
<socket_id> Integer, socket id, AT+QSOC’s response. Range: 0-4
Write Command
AT+QSOCL=<socket_id>
Response
OK
If there is any error, response:
ERROR
Response
+QSOCL=(list of supported <socket_id>s)
OK