User's Manual

Table Of Contents
Direct Socket Interface
AT+i Programmer‘s Manual Version 8.32 13-6
13.6 +iSCS Get A Socket Connection Status Report
Syntax:
AT+iSCS:<hn>
Retrieves a socket‘s connection status report without reporting
the number of buffered characters.
Parameters:
<hn>
A TCP/UDP socket handle
Command Options:
<hn>
Must have been obtained by a previous execution of an
AT+iSTCP or AT+iSUDP command during the current
Internet mode session. Or a socket accepted by a listening
socket.
Result Code:
I/(<sockstat>)
where,
sockstat=000 Socket is connected without any associated
errors.
sockstat<0 Socket error code
I/ERROR
If some error occurred.