![]() |
AlexaClientSDK
1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Session state object. More...

Public Attributes | |
| bool | m_login = false |
| Flag if login has been performed. More... | |
| bool | m_findObjectsInit = false |
| Flag if C_FindObjectsInit has been called. More... | |
| std::unique_ptr< CryptoCodecInterface > | m_cryptoCodec |
| Encoder or decoder reference. More... | |
| AlgorithmType | m_algorithmType |
| Algorithm type. More... | |
| CK_OBJECT_CLASS | m_findObjectClass = UNSPECIFIED_OBJECT_CLASS |
| Filter for object lookup filter by object class. More... | |
| CK_KEY_TYPE | m_findKeyType = UNSPECIFIED_KEY_TYPE |
| Filter for object lookup filter by key type. More... | |
| CK_ULONG | m_findValueLen = UNSPECIFIED_VALUE_LEN |
| Filter for object lookup filter by value length. More... | |
| std::string | m_findLabel = "" |
| Filter for object lookup filter by label. More... | |
Session state object.
This object contains session state essential for stub operations.
| AlgorithmType SessionStub::m_algorithmType |
Algorithm type.
| std::unique_ptr<CryptoCodecInterface> SessionStub::m_cryptoCodec |
Encoder or decoder reference.
| CK_KEY_TYPE SessionStub::m_findKeyType = UNSPECIFIED_KEY_TYPE |
Filter for object lookup filter by key type.
| std::string SessionStub::m_findLabel = "" |
Filter for object lookup filter by label.
| CK_OBJECT_CLASS SessionStub::m_findObjectClass = UNSPECIFIED_OBJECT_CLASS |
Filter for object lookup filter by object class.
| bool SessionStub::m_findObjectsInit = false |
Flag if C_FindObjectsInit has been called.
| CK_ULONG SessionStub::m_findValueLen = UNSPECIFIED_VALUE_LEN |
Filter for object lookup filter by value length.
| bool SessionStub::m_login = false |
Flag if login has been performed.
AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0