AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
DeviceType.cpp File Reference
#include <aws/iotcommands/DeviceType.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/StringUtils.h>
#include <assert.h>

Namespaces

namespace  Aws
namespace  Aws::Iotcommands
namespace  Aws::Iotcommands::DeviceTypeMarshaller

Functions

AWS_IOTCOMMANDS_API const char * Aws::Iotcommands::DeviceTypeMarshaller::ToString (DeviceType val)
AWS_IOTCOMMANDS_API DeviceType Aws::Iotcommands::DeviceTypeMarshaller::FromString (const Aws::Crt::String &val)

Variables

static const size_t THING_HASH = Aws::Crt::HashString("things")
static const size_t CLIENT_HASH = Aws::Crt::HashString("clients")

Variable Documentation

◆ CLIENT_HASH

const size_t CLIENT_HASH = Aws::Crt::HashString("clients")
static

◆ THING_HASH

const size_t THING_HASH = Aws::Crt::HashString("things")
static