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 fd92fe1 commit 8bea5efCopy full SHA for 8bea5ef
features/netsocket/NetworkInterface.h
@@ -131,6 +131,10 @@ class NetworkInterface {
131
virtual nsapi_error_t add_dns_server(const SocketAddress &address);
132
133
/** Register callback for status reporting
134
+ *
135
+ * The specified status callback function will be called on status changes
136
+ * on the network. The parameters on the callback are the event type and
137
+ * event-type dependent reason parameter.
138
*
139
* @param status_cb The callback for status changes
140
*/
0 commit comments