AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::modeController::ModeControllerObserverInterface::ModeState Struct Reference

#include <ModeControllerObserverInterface.h>

Collaboration diagram for alexaClientSDK::avsCommon::sdkInterfaces::modeController::ModeControllerObserverInterface::ModeState:
Collaboration graph
[legend]

Public Attributes

std::string mode
 A string to represent mode. More...
 
avsCommon::utils::timing::TimePoint timeOfSample
 The time at which the mode value was recorded. More...
 
std::chrono::milliseconds valueUncertainty
 The number of milliseconds that have elapsed since the mode value was last confrimed. More...
 

Detailed Description

Struct represents the mode of the endpoint

Member Data Documentation

◆ mode

std::string alexaClientSDK::avsCommon::sdkInterfaces::modeController::ModeControllerObserverInterface::ModeState::mode

A string to represent mode.

◆ timeOfSample

avsCommon::utils::timing::TimePoint alexaClientSDK::avsCommon::sdkInterfaces::modeController::ModeControllerObserverInterface::ModeState::timeOfSample

The time at which the mode value was recorded.

◆ valueUncertainty

std::chrono::milliseconds alexaClientSDK::avsCommon::sdkInterfaces::modeController::ModeControllerObserverInterface::ModeState::valueUncertainty

The number of milliseconds that have elapsed since the mode value was last confrimed.


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