Astarte device API for C++ 0.8.1
Astarte device SDK for C++
Loading...
Searching...
No Matches
type.hpp File Reference

Types definitions for communication with Astarte. More...

#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  AstarteDeviceSdk
 Umbrella namespace for the Astarte device SDK.
 

Enumerations

enum  AstarteDeviceSdk::AstarteType : int8_t {
  AstarteDeviceSdk::kBinaryBlob , AstarteDeviceSdk::kBoolean , AstarteDeviceSdk::kDatetime , AstarteDeviceSdk::kDouble ,
  AstarteDeviceSdk::kInteger , AstarteDeviceSdk::kLongInteger , AstarteDeviceSdk::kString , AstarteDeviceSdk::kBinaryBlobArray ,
  AstarteDeviceSdk::kBooleanArray , AstarteDeviceSdk::kDatetimeArray , AstarteDeviceSdk::kDoubleArray , AstarteDeviceSdk::kIntegerArray ,
  AstarteDeviceSdk::kLongIntegerArray , AstarteDeviceSdk::kStringArray
}
 Possible Astarte types. More...
 

Detailed Description

Types definitions for communication with Astarte.