AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
Widget Class Reference

#include <widget.h>

Public Member Functions

 Widget (int number, const std::string &name)
 
 ~Widget ()
 
float GetFloatValue () const
 
int GetIntValue () const
 
std::string GetStringValue () const
 
void GetCharPtrValue (char *buffer, size_t max_size) const
 

Constructor & Destructor Documentation

◆ Widget()

Widget::Widget ( int  number,
const std::string &  name 
)

◆ ~Widget()

Widget::~Widget ( )

Member Function Documentation

◆ GetCharPtrValue()

void Widget::GetCharPtrValue ( char *  buffer,
size_t  max_size 
) const

◆ GetFloatValue()

float Widget::GetFloatValue ( ) const

◆ GetIntValue()

int Widget::GetIntValue ( ) const

◆ GetStringValue()

std::string Widget::GetStringValue ( ) const

The documentation for this class was generated from the following files:

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