AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCDispatcherInterface Class Referenceabstract

#include <IPCDispatcherInterface.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCDispatcherInterface:
Inheritance graph
[legend]

Public Member Functions

virtual bool dispatch (const std::string &message)=0
 

Detailed Description

A contract that helps application to communicate with client by dispatching messages over IPC.

Member Function Documentation

◆ dispatch()

virtual bool alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCDispatcherInterface::dispatch ( const std::string &  message)
pure virtual

Dispatches a message over IPC channel.

Parameters
messageMessage to be transmitted.

return true if successful.

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIClient.


The documentation for this class 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