ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 472 of 545 2020-04-15
3.17.8. AT#SSLRECV - Read Data from a SSL Socket
This command reads data from a SSL socket.
AT#SSLRECV=<SSId>,<MaxNumByte>[,<Timeout>]
Set command allows to receive data, arrived through a connected secure socket. Data has been
buffered and not read yet.
Parameters:
until now only one SSL socket is supported
maximum number of bytes to read
maximum number of bytes to read
If data are received, the device responds:
#SSLRECV: NumByteRead
...(Data read)...
OK
If no data are received, the device responds:
#SSLRECV: 0
TIMEOUT
OK
If the remote host closes the connection, the device responds:
#SSLRECV: 0
DISCONNECTED
OK