AWS SDK for C++
AWS SDK for C++ Version 1.11.788
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
IoTWireless {
12
namespace
Model {
13
enum class
Event
{
NOT_SET
,
discovered
,
lost
,
ack
,
nack
,
passthrough
};
14
15
namespace
EventMapper {
16
AWS_IOTWIRELESS_API
Event
GetEventForName
(
const
Aws::String
& name);
17
18
AWS_IOTWIRELESS_API
Aws::String
GetNameForEvent
(
Event
value);
19
}
// namespace EventMapper
20
}
// namespace Model
21
}
// namespace IoTWireless
22
}
// 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:13
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