mirror of https://github.com/ARMmbed/mbed-os.git
Add some documentation for the callback
parent
fd92fe1906
commit
8bea5ef438
|
|
@ -131,6 +131,10 @@ public:
|
||||||
virtual nsapi_error_t add_dns_server(const SocketAddress &address);
|
virtual nsapi_error_t add_dns_server(const SocketAddress &address);
|
||||||
|
|
||||||
/** Register callback for status reporting
|
/** Register callback for status reporting
|
||||||
|
*
|
||||||
|
* The specified status callback function will be called on status changes
|
||||||
|
* on the network. The parameters on the callback are the event type and
|
||||||
|
* event-type dependent reason parameter.
|
||||||
*
|
*
|
||||||
* @param status_cb The callback for status changes
|
* @param status_cb The callback for status changes
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue