diff --git a/features/cellular/framework/AT/AT_CellularStack.h b/features/cellular/framework/AT/AT_CellularStack.h index 562b531c57..5d96d7f04f 100644 --- a/features/cellular/framework/AT/AT_CellularStack.h +++ b/features/cellular/framework/AT/AT_CellularStack.h @@ -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;