class Bootstrap

Defined at line 3648 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Protocol to allow components to provide initial configuration data derived from

an existing Weave implementation to ensure continuity of the Weave fabric and

other Weave settings or configuration data.

Public Members

static const char[] Name_

Public Methods

void ~Bootstrap ()
void ImportWeaveConfig (::fuchsia::mem::Buffer config_json, ImportWeaveConfigCallback callback)

Import a JSON-formatted Weave config providing data in the format

expected to satisfy the Weave DeviceLayer

[ConfigurationManager](https://github.com/openweave/openweave-core/blob/master/src/adaptations/device-layer/include/Weave/DeviceLayer/ConfigurationManager.h).

Configuration is guaranteed to have been persisted upon successful

completion of this call.