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::powerController::PowerControllerObserverInterface::PowerState Struct Reference

#include <PowerControllerObserverInterface.h>

Collaboration diagram for alexaClientSDK::avsCommon::sdkInterfaces::powerController::PowerControllerObserverInterface::PowerState:
Collaboration graph
[legend]

Public Attributes

bool powerState
 Represents power state, true indicates 'ON' and false as 'OFF'. More...
 
avsCommon::utils::timing::TimePoint timeOfSample
 Represents time at which the power state value was recorded. More...
 
std::chrono::milliseconds valueUncertainty
 The number of milliseconds that have elapsed since the power state value was last confrimed. More...
 

Detailed Description

Struct that represents the power state of the endpoint.

Member Data Documentation

◆ powerState

bool alexaClientSDK::avsCommon::sdkInterfaces::powerController::PowerControllerObserverInterface::PowerState::powerState

Represents power state, true indicates 'ON' and false as 'OFF'.

◆ timeOfSample

avsCommon::utils::timing::TimePoint alexaClientSDK::avsCommon::sdkInterfaces::powerController::PowerControllerObserverInterface::PowerState::timeOfSample

Represents time at which the power state value was recorded.

◆ valueUncertainty

std::chrono::milliseconds alexaClientSDK::avsCommon::sdkInterfaces::powerController::PowerControllerObserverInterface::PowerState::valueUncertainty

The number of milliseconds that have elapsed since the power state 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