Skip to content

Commit a98157a

Browse files
authored
Merge pull request #10453 from hasnainvirk/minor_doc_update
Cellular: Minor doc update for CellualrSocket object
2 parents c180b1c + 4eaffb4 commit a98157a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/cellular/framework/AT/AT_CellularStack.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ class AT_CellularStack : public NetworkStack, public AT_CellularBase {
105105
pending_bytes(0)
106106
{
107107
}
108-
// Socket id from cellular device
108+
// Socket identifier, generally it will be the socket ID assigned by the
109+
// modem. In a few special cases, modems may take that as an input argument.
109110
int id;
110111
// Being connected means remote ip address and port are set
111112
bool connected;

0 commit comments

Comments
 (0)