AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
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
10
12#include <aws/crt/Types.h>
13
14namespace Aws
15{
16 namespace Iotcommands
17 {
18
23 enum class DeviceType
24 {
29
34
35 };
36
38 {
41 } // namespace DeviceTypeMarshaller
42 } // namespace Iotcommands
43} // namespace Aws
#define AWS_IOTCOMMANDS_API
Definition Exports.h:20
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition Types.h:45
Definition DeviceType.h:38
AWS_IOTCOMMANDS_API const char * ToString(DeviceType val)
Definition DeviceType.cpp:23
AWS_IOTCOMMANDS_API DeviceType FromString(const Aws::Crt::String &val)
Definition DeviceType.cpp:37
Definition CommandExecutionEvent.h:17
DeviceType
Definition DeviceType.h:24
@ THING
Definition DeviceType.h:28
@ CLIENT
Definition DeviceType.h:33
Definition Allocator.h:11