AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
Message.h File Reference
#include <string>
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include <rapidjson/stringbuffer.h>
#include "MessageInterface.h"
Include dependency graph for Message.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::messages::Message
 

Namespaces

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

Functions

const std::string EMPTY_JSON ("{}")
 String representation of empty json. More...
 

Variables

const char MSG_PAYLOAD_TAG [] = "payload"
 The payload json key in the message. More...
 
const char MSG_WINDOWID_TAG [] = "windowId"
 The windowId json key in the message. More...
 
const char MSG_ENABLED_TAG [] = "enabled"
 The enabled json key in the message. More...
 
const char MSG_TOKEN_TAG [] = "token"
 The token json key in the message. More...
 
const char MSG_STATE_TAG [] = "state"
 The state json key in the message. More...
 

Function Documentation

◆ EMPTY_JSON()

const std::string EMPTY_JSON ( "{}"  )

String representation of empty json.

Variable Documentation

◆ MSG_ENABLED_TAG

const char MSG_ENABLED_TAG[] = "enabled"

The enabled json key in the message.

◆ MSG_PAYLOAD_TAG

const char MSG_PAYLOAD_TAG[] = "payload"

The payload json key in the message.

◆ MSG_STATE_TAG

const char MSG_STATE_TAG[] = "state"

The state json key in the message.

◆ MSG_TOKEN_TAG

const char MSG_TOKEN_TAG[] = "token"

The token json key in the message.

◆ MSG_WINDOWID_TAG

const char MSG_WINDOWID_TAG[] = "windowId"

The windowId json key in the message.

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