pub unsafe extern "C" fn otDnssdGetNextQuery(
    aInstance: *mut otInstance,
    aQuery: *const otDnssdQuery
) -> *const otDnssdQuery
Expand description

Acquires the next query in the DNS-SD server.

@param[in] aInstance The OpenThread instance structure. @param[in] aQuery The query pointer. Pass NULL to get the first query.

@returns A pointer to the query or NULL if no more queries.