AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SupportedRfRegion.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace IoTWireless
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 EU868,
20 US915,
21 AU915,
22 AS923_1,
23 AS923_2,
24 AS923_3,
25 AS923_4,
26 EU433,
27 CN470,
28 CN779,
29 RU864,
30 KR920,
31 IN865
32 };
33
34namespace SupportedRfRegionMapper
35{
37
39} // namespace SupportedRfRegionMapper
40} // namespace Model
41} // namespace IoTWireless
42} // namespace Aws
AWS_IOTWIRELESS_API Aws::String GetNameForSupportedRfRegion(SupportedRfRegion value)
AWS_IOTWIRELESS_API SupportedRfRegion GetSupportedRfRegionForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String