Merge pull request #10453 from hasnainvirk/minor_doc_update

Cellular: Minor doc update for CellualrSocket object
pull/10503/head
Anna Bridge 2019-04-26 13:37:01 +01:00 committed by GitHub
commit a98157a387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;