pub const SPINEL_PROP_DNSSD_SERVICE: _bindgen_ty_24 = 2356;
Expand description
DNS-SD Service **
- Format
UUUt(A(U))dSSSSLD
: Inserted/Removed U
: The host name (does not include domain name).U
: The service instance name label (not the full name).U
: The service type (e.g., “_mt._udp”, does not include domain name).t(A(U))
: Array of sub-type labels (can be empty array if no label).d
: Encoded TXT data bytes.S
: The service port number.S
: The service priority.S
: The service weight.L
: The service TTL in seconds.L
: The Dnssd Request ID.D
: The context of the request. (A pointer to the callback for the request)- NCP uses this property to register/unregister a DNS-SD service. */