Skip to main content

otPlatDnsCancelUpstreamQuery

Function otPlatDnsCancelUpstreamQuery 

Source
pub unsafe extern "C" fn otPlatDnsCancelUpstreamQuery(
    aInstance: *mut otInstance,
    aTxn: *mut otPlatDnsUpstreamQuery,
)
Expand description

Cancels a transaction of upstream query.

The platform MUST call otPlatDnsUpstreamQueryDone() to release the transaction.

@param[in] aInstance The OpenThread instance structure. @param[in] aTxn A pointer to the opaque DNS query transaction object.