AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
AppDynamics SDK Configuration
Mandatory: All Fields.
More...
#include <appd_iot_def.h>
Data Fields | |
const char * | appkey |
const char * | eum_collector_url |
appd_iot_log_level_t | log_level |
appd_iot_log_write_cb_t | log_write_cb |
appd_iot_sdk_state_change_cb_t | sdk_state_change_cb |
AppDynamics SDK Configuration
Mandatory: All Fields.
const char* appkey |
Application License Key
const char* eum_collector_url |
URL where the events will be sent to. If set to NULL, default URL will be used
appd_iot_log_level_t log_level |
Set Log Level. To Disable logging, set it to APPD_IOT_LOG_OFF
appd_iot_log_write_cb_t log_write_cb |
Callback function to write log message. If set to NULL and logging is enabled, log messages will be written to stderr.
appd_iot_sdk_state_change_cb_t sdk_state_change_cb |
Callback function triggered whenever sdk state changes. SDK states are given in appd_iot_sdk_state_t