AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-iotwireless
include
aws
iotwireless
model
Event.h
1
6
#pragma once
7
#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTWireless
13
{
14
namespace
Model
15
{
16
enum class
Event
17
{
18
NOT_SET
,
19
discovered
,
20
lost
,
21
ack
,
22
nack
,
23
passthrough
24
};
25
26
namespace
EventMapper
27
{
28
AWS_IOTWIRELESS_API
Event
GetEventForName
(
const
Aws::String
& name);
29
30
AWS_IOTWIRELESS_API
Aws::String
GetNameForEvent
(
Event
value);
31
}
// namespace EventMapper
32
}
// namespace Model
33
}
// namespace IoTWireless
34
}
// namespace Aws
Aws::IoTWireless::Model::EventMapper::GetEventForName
AWS_IOTWIRELESS_API Event GetEventForName(const Aws::String &name)
Aws::IoTWireless::Model::EventMapper::GetNameForEvent
AWS_IOTWIRELESS_API Aws::String GetNameForEvent(Event value)
Aws::IoTWireless::Model::Event
Event
Definition
Event.h:17
Aws::IoTWireless::Model::Event::lost
@ lost
Aws::IoTWireless::Model::Event::discovered
@ discovered
Aws::IoTWireless::Model::Event::passthrough
@ passthrough
Aws::IoTWireless::Model::Event::ack
@ ack
Aws::IoTWireless::Model::Event::nack
@ nack
Aws::IoTWireless::Model::AggregationPeriod::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences