Minor doc update

Socket ID is usually spitted out by the modem, however there are cases
when the modem is actully taken in as an input argument, e.g., in the
case of QUECTEL M26 modem. This minor knit clarifies that the
CellularSocket::id can be an input argument.
pull/10453/head
Hasnain Virk 2019-04-23 09:19:16 +03:00
parent 46603f831e
commit 4eaffb4b03
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ protected:
pending_bytes(0)
{
}
// Socket id from cellular device
// Socket identifier, generally it will be the socket ID assigned by the
// modem. In a few special cases, modems may take that as an input argument.
int id;
// Being connected means remote ip address and port are set
bool connected;