pub const SPINEL_PROP_DNSSD_SRV_RESULT: _bindgen_ty_24 = 2361;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.