NO CARRIER (Indication is sent as usual,
without additional information)
NO CARRIER:SSL,<SSId> (Indication of
current <SSId> secure socket connection
is added. The fixed "SSL" string allows
the user to distinguish secure sockets
from TCP sockets)
<sslSRingMode> - sslSRing unsolicited mode:
1 - SSLSRING enabled in the format
SSLSRING: <SSId>,<recData>
where <SSId> is the secure socket identifier and <recData> is the
amount of data received and decoded by the SSL socket.
A new unsolicited is sent whenever the amount of data ready to be
read changes. Only a record is decoded at once so, any further record is
received and decoded only after the first have been read by the user by
means of the #SSLRECV command.
2 - SSLSRING enabled in the format
SSLSRING: <SSId>,<dataLen>,<data>
where <SSId> is the secure socket identifier, <dataLen> is the length of the
current chunk of data (the minimum value between the available bytes and