User's Manual

Table Of Contents
Direct Socket Interface
AT+i Programmer‘s Manual Version 8.32 13-4
13.4 +iLSST Get A Listening Socket’s Active Connection Status
Syntax:
AT+iLSST:<hn>
Retrieves handles of active socket connections established
through the listening socket identified by <hn>.
Parameters:
<hn>
A TCP listening socket handle of an open listening socket.
Command Options:
<hn>
Must have been obtained by a previous AT+iLTCP command
during the current Internet session.
Result Code:
I/(<hn
1
>,…,<hn
Backlog
>)
A list of active socket handles. The list contains <backlog>
elements, where <backlog> was used when opening the
listening socket identified by <hn>.
Where,
<hn
i
> >=0 : A handle to an active connected socket
=-1 : No connection has been established
I/ERROR
If <hn> is not an open listening socket, or otherwise some
error occurred.