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

#include <beacon.hpp>

Data Fields

std::map< std::string, std::string > stringmap
 
std::map< std::string, int64_t > integermap
 
std::map< std::string, double > doublemap
 
std::map< std::string, bool > boolmap
 
std::map< std::string, int64_t > datetimemap
 

Field Documentation

◆ stringmap

std::map<std::string, std::string> stringmap

◆ integermap

std::map<std::string, int64_t> integermap

◆ doublemap

std::map<std::string, double> doublemap

◆ boolmap

std::map<std::string, bool> boolmap

◆ datetimemap

std::map<std::string, int64_t> datetimemap

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