AWS IoT Device SDK C++ v2
1.44.1
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
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
StlAllocator.h
Types.h
Exports.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition
Exports.h:20
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition
Types.h:45
Aws::Iotcommands::DeviceTypeMarshaller
Definition
DeviceType.h:38
Aws::Iotcommands::DeviceTypeMarshaller::ToString
AWS_IOTCOMMANDS_API const char * ToString(DeviceType val)
Definition
DeviceType.cpp:23
Aws::Iotcommands::DeviceTypeMarshaller::FromString
AWS_IOTCOMMANDS_API DeviceType FromString(const Aws::Crt::String &val)
Definition
DeviceType.cpp:37
Aws::Iotcommands
Definition
CommandExecutionEvent.h:17
Aws::Iotcommands::DeviceType
DeviceType
Definition
DeviceType.h:24
Aws::Iotcommands::DeviceType::THING
@ THING
Definition
DeviceType.h:28
Aws::Iotcommands::DeviceType::CLIENT
@ CLIENT
Definition
DeviceType.h:33
Aws
Definition
Allocator.h:11
Generated by
1.17.0