Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 364 of 509
Mod. 0808 2011-07 Rev.2
Test command returns the range of supported values for all the
parameters:
#SSLRECV: (1),(1-1000),(10-5000)
Report the status of a SSL socket - #SSLS
#SSLS – Report the status of a SSL socket
This command reports the status of secure sockets.
Parameters:
<SSId> - Secure Socket Identifier
1 - Until now SSL block manages only one socket
If secure socket is connected the device responds to the command:
#SSLS: <SSId>,2,<CipherSuite>
otherwise:
#SSLS: <SSId>,<ConnectionStatus>
Where <CipherSuite> can be as follows:
0 - unknown
1 - TLS_RSA_WITH_RC4_128_MD5
2 - TLS_RSA_WITH_RC4_128_SHA
3 - TLS_RSA_WITH_AES_128_CBC_SHA
4 - TLS_RSA_WITH_NULL_MD5
5 - TLS_RSA_WITH_AES_256_CBC_SHA
otherwise:
#SSLS: <SSId>,<ConnectionStatus>
<ConnectionStatus> available values are:
0 – Socket Disabled
1 – Connection closed
2 – Connection open
Note: this command can be issued even if the <SSId> is not enabled.
Test command returns the range of supported values for all the parameters.
#SSLS: (1)