AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::capabilitiesDelegate::InProcessEndpointsToConfigMapStruct Struct Reference

#include <CapabilitiesDelegate.h>

Public Attributes

std::unordered_map< std::string, std::string > pending
 
std::unordered_map< std::string, std::string > inFlight
 

Detailed Description

Helper struct used to store pending and in-flight endpoint changes.

Member Data Documentation

◆ inFlight

std::unordered_map<std::string, std::string> alexaClientSDK::capabilitiesDelegate::InProcessEndpointsToConfigMapStruct::inFlight

A map of in-flight endpointId to configuration changes. These endpoints are currently part of an active Discovery event in-flight to AVS.

◆ pending

std::unordered_map<std::string, std::string> alexaClientSDK::capabilitiesDelegate::InProcessEndpointsToConfigMapStruct::pending

A map of pending endpointId to configuration changes. These endpoints will be sent in a Discovery Event to AVS when next possible.


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

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