16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_DONOTDISTURBNAMESPACE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_DONOTDISTURBNAMESPACE_H_ 22 namespace sampleApplications {
23 namespace ipcServerSampleApp {
25 namespace IPCNamespaces {
48 IPC_MSG_NAMESPACE_DO_NOT_DISTURB,
50 IPC_MSG_NAME_SET_DND_SETTING_CHANGE) {
61 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_DONOTDISTURBNAMESPACE_H_ Message(const std::string &nameSpace, const int version, const std::string &name)
Definition: Message.h:64
Message & setEnabledInPayload(bool enabled)
Definition: Message.h:138
SetDoNotDisturbStateMessage(const bool enabled)
Definition: DoNotDisturbNamespace.h:46
Message & addPayload()
Definition: Message.h:208
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: DoNotDisturbNamespace.h:39
static const char IPC_MSG_NAMESPACE_DO_NOT_DISTURB[]
The message namespace for Do Not Disturb.
Definition: DoNotDisturbNamespace.h:28
static const char IPC_MSG_NAME_SET_DND_SETTING_CHANGE[]
The message name for setDoNotDisturbState.
Definition: DoNotDisturbNamespace.h:34
static const int IPC_MSG_VERSION_DO_NOT_DISTURB(1)
The namespace version for Do Not Disturb.