AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
Namespaces | Functions | Variables
DeviceType.cpp File Reference
#include <aws/iotcommands/DeviceType.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/StringUtils.h>
#include <assert.h>

Namespaces

 Aws
 
 Aws::Iotcommands
 
 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