AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
commands
include
aws
iotcommands
DeviceType.h
Go to the documentation of this file.
1
#pragma once
2
3
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
* SPDX-License-Identifier: Apache-2.0.
5
*
6
* This file is generated
7
*/
8
9
#include <
aws/iotcommands/Exports.h
>
10
11
#include <
aws/crt/StlAllocator.h
>
12
#include <
aws/crt/Types.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotcommands
17
{
18
23
enum class
DeviceType
24
{
28
THING,
29
33
CLIENT
,
34
35
};
36
37
namespace
DeviceTypeMarshaller
38
{
39
AWS_IOTCOMMANDS_API
const
char
*
ToString
(
DeviceType
val);
40
AWS_IOTCOMMANDS_API
DeviceType
FromString
(
const
Aws::Crt::String
&val);
41
}
// namespace DeviceTypeMarshaller
42
}
// namespace Iotcommands
43
}
// namespace Aws
Aws::Iotcommands::DeviceTypeMarshaller::ToString
AWS_IOTCOMMANDS_API const char * ToString(DeviceType val)
Definition:
DeviceType.cpp:23
Exports.h
StlAllocator.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition:
Exports.h:20
Aws::Iotcommands::DeviceTypeMarshaller::FromString
AWS_IOTCOMMANDS_API DeviceType FromString(const Aws::Crt::String &val)
Definition:
DeviceType.cpp:37
Aws::Iotcommands::DeviceType
DeviceType
Definition:
DeviceType.h:24
Types.h
Aws::Iotcommands::DeviceType::THING
@ THING
Aws
Definition:
Allocator.h:11
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition:
Types.h:45
Generated by
1.8.20