AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
appd_iot_data_t Struct Reference

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
 

Detailed Description

AppDynamics Associative Array Data Structure
Underlying implementation is a Sequential List of <key, value> pairs.

Field Documentation

◆ key

const char* key

◆ strval

const char* strval

◆ boolval

bool boolval

◆ intval

int64_t intval

◆ doubleval

double doubleval

◆ datetimeval

int64_t datetimeval

◆ @1

union { ... }

◆ value_type


The documentation for this struct was generated from the following file: