pub unsafe extern "C" fn otDnssdGetQueryTypeAndName(
    aQuery: *const otDnssdQuery,
    aNameOutput: *mut [c_char; 255]
) -> otDnssdQueryType
Expand description

Acquires the DNS-SD query type and name for a specific query.

@param[in] aQuery The query pointer acquired from otDnssdGetNextQuery. @param[out] aNameOutput The name output buffer, which should be OT_DNS_MAX_NAME_SIZE bytes long.

@returns The DNS-SD query type.