Schema:: Weave:: Trait:: Auth:: ApplicationKeysTrait:: ApplicationKeysTraitDataSink
#include <src/lib/profiles/security/ApplicationKeysTraitDataSink.h>Enthält Schnittstellen für die Trait-Datensenke der Weave-Anwendungsschlüssel.
Zusammenfassung
Übernahme
Übernimmt von : TraitDataSink
Konstruktoren und Zerstörer |
|
|---|---|
ApplicationKeysTraitDataSink(void)
Die Konstruktor-Methode.
|
Geschützte Attribute |
|
|---|---|
GroupKeyStore
|
|
Öffentliche Funktionen |
|
|---|---|
OnEvent(uint16_t aType, void *aInEventParam) __OVERRIDE
|
Diese Methode wird aufgerufen, um das Eintreten eines Ereignisses zu signalisieren.
|
SetGroupKeyStore(nl::Weave::Profiles::Security::AppKeys::GroupKeyStoreBase *groupKeyStore)
|
void
Mit dieser Methode wird das plattformspezifische Schlüsselspeicherobjekt festgelegt.
|
Geschützte Attribute
GroupKeyStore
nl::Weave::Profiles::Security::AppKeys::GroupKeyStoreBase * GroupKeyStore
Öffentliche Funktionen
ApplicationKeysTraitDataSink
ApplicationKeysTraitDataSink( void )
Die Konstruktor-Methode.
OnEvent
WEAVE_ERROR OnEvent( uint16_t aType, void *aInEventParam ) __OVERRIDE
Diese Methode wird aufgerufen, um das Eintreten eines Ereignisses zu signalisieren.
| Details | |||||
|---|---|---|---|---|---|
| Parameter |
|
||||
| Rückgabewerte |
|
||||
SetGroupKeyStore
void SetGroupKeyStore( nl::Weave::Profiles::Security::AppKeys::GroupKeyStoreBase *groupKeyStore )
Mit dieser Methode wird das plattformspezifische Schlüsselspeicherobjekt festgelegt.
| Details | |||
|---|---|---|---|
| Parameter |
|
||
| Rückgabewerte |
|
||