Constant SPINEL_PROP_DNSSD_KEY_RECORD

Source
pub const SPINEL_PROP_DNSSD_KEY_RECORD: _bindgen_ty_24 = 2357;
Expand description

DNS-SD Key Record **

  • Format Ut(U)dSSLD: Inserted/Removed
  • U : A host or a service instance name (does not include domain name).
  • t(U) : The service type if key is for a service (does not include domain name).
  • d : Byte array containing the key record data.
  • S : The resource record class.
  • L : The 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 key record. */