class FabricStateDelegate

Defined at line 461 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Core/WeaveFabricState.h

This abstract delegate class communicates fabric state changes.

Public Methods

void DidJoinFabric (WeaveFabricState * fabricState, uint64_t newFabricId)

This method is called when WeaveFabricState joins or creates a new fabric.

Parameters

fabricState: [in] A pointer to WeaveFabricState that was changed.
newFabricId: [in] The new fabric ID of the WeaveFabricState.
void DidLeaveFabric (WeaveFabricState * fabricState, uint64_t oldFabricId)

This method is called when WeaveFabricState leaves a fabric (i.e., fabric state

is cleared).

Parameters

fabricState: [in] A pointer to the WeaveFabricState that was changed.
oldFabricId: [in] The old fabric ID that was cleared.