AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
SessionStub Struct Reference

Session state object. More...

Collaboration diagram for SessionStub:
Collaboration graph
[legend]

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...
 

Detailed Description

Session state object.

This object contains session state essential for stub operations.

Member Data Documentation

◆ m_algorithmType

AlgorithmType SessionStub::m_algorithmType

Algorithm type.

◆ m_cryptoCodec

std::unique_ptr<CryptoCodecInterface> SessionStub::m_cryptoCodec

Encoder or decoder reference.

◆ m_findKeyType

CK_KEY_TYPE SessionStub::m_findKeyType = UNSPECIFIED_KEY_TYPE

Filter for object lookup filter by key type.

◆ m_findLabel

std::string SessionStub::m_findLabel = ""

Filter for object lookup filter by label.

◆ m_findObjectClass

CK_OBJECT_CLASS SessionStub::m_findObjectClass = UNSPECIFIED_OBJECT_CLASS

Filter for object lookup filter by object class.

◆ m_findObjectsInit

bool SessionStub::m_findObjectsInit = false

Flag if C_FindObjectsInit has been called.

◆ m_findValueLen

CK_ULONG SessionStub::m_findValueLen = UNSPECIFIED_VALUE_LEN

Filter for object lookup filter by value length.

◆ m_login

bool SessionStub::m_login = false

Flag if login has been performed.


The documentation for this struct was generated from the following file:

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0