AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
SystemNamespace.h File Reference
#include <string>
#include <rapidjson/document.h>
#include "IPCServerSampleApp/Messages/Message.h"
Include dependency graph for SystemNamespace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::CompleteAuthorizationMessage
 
class  alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::SetAuthorizationStateMessage
 
class  alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::SetAlexaStateMessage
 
class  alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::SetLocalesMessage
 

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::sampleApplications
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces
 

Functions

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_SYSTEM (1)
 The namespace version for System. More...
 

Variables

static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_SYSTEM [] = "System"
 The namespace namespace for System. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_COMPLETE_AUTH [] = "completeAuthorization"
 The message name for completeAuthorization. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_ALEXA_STATE [] = "setAlexaState"
 The message name for setAlexaState. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_AUTH_STATE [] = "setAuthorizationState"
 The message name for setAuthorizationState. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_LOCALES [] = "setLocales"
 The message name for setLocales. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_LOCALES_TAG [] = "locales"
 The locales json key in the message. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_AUTH_URL_TAG [] = "url"
 The auth url json key in the message. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_AUTH_CODE_TAG [] = "code"
 The auth code json key in the message. More...
 
static const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_CLIENT_ID_TAG [] = "clientId"
 The clientId json key in the message. More...
 

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