Skip to main content

SPINEL_PROP_DNSSD__END

Constant SPINEL_PROP_DNSSD__END 

Source
pub const SPINEL_PROP_DNSSD__END: _bindgen_ty_24 = 2384;
Expand description

DNS-SD SRV Resolution Result

Format: UUt(U)SSSLLD: Set

Reports the result of a DNS-SD service resolution on the infrastructure network.

Content of the otPlatDnssdSrvResult struct: U: The service instance name label. U: The service type. U: The host name (e.g., “myhost”). Can be NULL when mTtl is zero. S: The service port number. S: The service priority. S: The service weight. L: The service TTL in seconds. Zero TTL indicates SRV record is removed. L: The infrastructure network interface index. D: The context of the request. A pointer to the callback to receive the result.