We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b22fa commit c11e33eCopy full SHA for c11e33e
features/netsocket/CellularBase.h
@@ -93,14 +93,14 @@ class CellularBase: public NetworkInterface {
93
94
/** Get the local network mask.
95
*
96
- * @return Null-terminated representation of the local network mask
+ * @return Null-terminated representation of the local network mask,
97
* or null if no network mask has been received.
98
*/
99
virtual const char *get_netmask() = 0;
100
101
/** Get the local gateways.
102
103
- * @return Null-terminated representation of the local gateway
+ * @return Null-terminated representation of the local gateway,
104
105
106
virtual const char *get_gateway() = 0;
0 commit comments