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

This object used to register the capability agent to an endpoint. More...

#include <AlexaKeypadControllerFactory.h>

Public Attributes

std::shared_ptr< avsCommon::sdkInterfaces::DirectiveHandlerInterfacedirectiveHandler
 The interface that this object will use to perform the keypad controller operations. More...
 
std::shared_ptr< avsCommon::sdkInterfaces::CapabilityConfigurationInterfacecapabilityConfigurationInterface
 
std::shared_ptr< avsCommon::utils::RequiresShutdownrequiresShutdown
 The method for cleaning up this capability agent objects during shutdown. More...
 

Detailed Description

This object used to register the capability agent to an endpoint.

Member Data Documentation

◆ capabilityConfigurationInterface

std::shared_ptr<avsCommon::sdkInterfaces::CapabilityConfigurationInterface> alexaClientSDK::acsdkAlexaKeypadController::AlexaKeypadControllerFactory::AlexaKeypadControllerCapabilityAgentData::capabilityConfigurationInterface

The interface that provides the configurations of the capabilities being implemented by this capability agent.

◆ directiveHandler

std::shared_ptr<avsCommon::sdkInterfaces::DirectiveHandlerInterface> alexaClientSDK::acsdkAlexaKeypadController::AlexaKeypadControllerFactory::AlexaKeypadControllerCapabilityAgentData::directiveHandler

The interface that this object will use to perform the keypad controller operations.

◆ requiresShutdown

std::shared_ptr<avsCommon::utils::RequiresShutdown> alexaClientSDK::acsdkAlexaKeypadController::AlexaKeypadControllerFactory::AlexaKeypadControllerCapabilityAgentData::requiresShutdown

The method for cleaning up this capability agent objects during shutdown.


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