#include <iostream>
Go to the source code of this file.
◆ ACSDK_PLAYBACK_BUTTON_TO_STRING
#define ACSDK_PLAYBACK_BUTTON_TO_STRING |
( |
|
button | ) |
|
Value:case PlaybackButton::button: { \
return stream << #button; \
}
A macro to be used in operator << overload function to help with the translation of Button
to string.
- Parameters
-
button | The Button that needs to be translated. |
◆ ACSDK_PLAYBACK_TOGGLE_TO_STRING
#define ACSDK_PLAYBACK_TOGGLE_TO_STRING |
( |
|
toggle | ) |
|
Value:case PlaybackToggle::toggle: { \
return stream << #toggle; \
}
A macro to be used in operator << overload function to help with the translation of Toggle
to string.
- Parameters
-
toggle | The Toggle that needs to be translated. |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0