AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
AppDynamics Associative Array Data Structure
Underlying implementation is a Sequential List of <key, value> pairs.
More...
#include <appd_iot_def.h>
Data Fields | |
const char * | key |
union { | |
const char * strval | |
bool boolval | |
int64_t intval | |
double doubleval | |
int64_t datetimeval | |
}; | |
appd_iot_data_types_t | value_type |
AppDynamics Associative Array Data Structure
Underlying implementation is a Sequential List of <key, value> pairs.
const char* key |
const char* strval |
bool boolval |
int64_t intval |
double doubleval |
int64_t datetimeval |
union { ... } |
appd_iot_data_types_t value_type |