Parameters and values, Notes, Examples – Synaccess Networks NP-0801DTM User Manual
Page 216
Advertising

CUSTOM AT COMMANDS
HSPA+ AT Commands Reference Guide
216
AT#ST[=<ConnId>]
Set
AT#ST=?
Test
Parameters and Values
<ConnId>
Socket connection identifier.
1‐6
The response format is:
#ST: <connId>,<type>,<direction>
where:
<connId>
Socket connection identifier.
<type>
Socket type:
0
No socket.
1
TCP socket.
2
UDP socket.
<direction>
Direction of the socket.
0
No.
1
Dialer.
2
Listener.
Notes
Issuing #ST<CR> gets information about type of all the sockets; the response format is:
#ST: <connId1>,<type1>,<direction1>
<CR><LF>
…
#ST: <connId6>,< type 6>,< direction 6>
Examples
Single socket:
AT#ST=3
#ST: 3,2,1
Socket 3 is an UDP dialer.
All sockets:
AT#ST
#ST: 1,0,0
#ST: 2,0,0
#ST: 3,2,1
#ST: 4,2,2
#ST: 5,1,1
#ST: 6,1,2
Socket 1 is closed.
Advertising