pub const SPINEL_PROP_SRP_CLIENT_HOST_SERVICES_REMOVE: _bindgen_ty_24 = 6424;
Expand description

SRP Client Host And Services Remove ** Format: bb : Write only

  • Required capability: SPINEL_CAP_SRP_CLIENT.
  • Writing to this property with starts the remove process of the host info and all services.
  • Please see otSrpClientRemoveHostAndServices() for more details.
  • Format is:
  • b : A boolean indicating whether or not the host key lease should also be cleared.
  • b : A boolean indicating whether or not to send update to server when host info is not registered.

*/