Skip to content

Commit

Permalink
Merge pull request #10453 from hasnainvirk/minor_doc_update
Browse files Browse the repository at this point in the history
Cellular: Minor doc update for CellualrSocket object
  • Loading branch information
adbridge authored Apr 26, 2019
2 parents c180b1c + 4eaffb4 commit a98157a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/cellular/framework/AT/AT_CellularStack.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ class AT_CellularStack : public NetworkStack, public AT_CellularBase {
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;
Expand Down

0 comments on commit a98157a

Please sign in to comment.