Astarte Device SDK ESP32
ESP32 device SDK for the Astarte platform
astarte_bson_types.h File Reference

Astarte BSON types definitions. More...

Go to the source code of this file.

Macros

#define BSON_TYPE_DOUBLE   '\x01'
 
#define BSON_TYPE_STRING   '\x02'
 
#define BSON_TYPE_DOCUMENT   '\x03'
 
#define BSON_TYPE_ARRAY   '\x04'
 
#define BSON_TYPE_BINARY   '\x05'
 
#define BSON_TYPE_BOOLEAN   '\x08'
 
#define BSON_TYPE_DATETIME   '\x09'
 
#define BSON_TYPE_INT32   '\x10'
 
#define BSON_TYPE_INT64   '\x12'
 
#define BSON_SUBTYPE_DEFAULT_BINARY   '\0'
 

Detailed Description

Astarte BSON types definitions.