pub unsafe extern "C" fn otBorderRoutingSetRdnssAddrCallback(
aInstance: *mut otInstance,
aCallback: otBorderRoutingRdnssAddrCallback,
aContext: *mut c_void,
)
Expand description
Sets the callback to be notified of changes to discovered Recursive DNS Server (RDNSS) address entries.
A subsequent call to this function, replaces a previously set callback.
@param[in] aInstance The OpenThread instance.
@param[in] aCallback The callback function pointer. Can be NULL
if no callback is required.
@param[in] aConext An arbitrary context information (used when invoking the callback).