class Delegate
Defined at line 25 of file ../../src/connectivity/weave/lib/core/trait_updater.h
Public Methods
void HandleWeaveDeviceEvent (const WeaveDeviceEvent * event)
Receives |event| and sends it to the all the registered applets.
WEAVE_ERROR Init ()
void ~Delegate ()
Defined at line 27 of file ../../src/connectivity/weave/lib/core/trait_updater.h
void SetTraitUpdaterImpl (TraitUpdaterImpl * impl)
Provides a handle to ConnectivityManagerImpl object that this delegate
was attached to. This allows the delegate to invoke functions on
GenericConnectivityManagerImpl if required.
Defined at line 32 of file ../../src/connectivity/weave/lib/core/trait_updater.h