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_sdk_config_t Struct Reference

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
 

Detailed Description

AppDynamics SDK Configuration
Mandatory: All Fields.

Field Documentation

◆ appkey

const char* appkey

Application License Key

◆ eum_collector_url

const char* eum_collector_url

URL where the events will be sent to. If set to NULL, default URL will be used

◆ log_level

Set Log Level. To Disable logging, set it to APPD_IOT_LOG_OFF

◆ log_write_cb

Callback function to write log message. If set to NULL and logging is enabled, log messages will be written to stderr.

◆ sdk_state_change_cb

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


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