Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Variables
kaa_defaults.h File Reference
#include "kaa_common.h"

Go to the source code of this file.

Data Structures

struct  kaa_bootstrap_server_connection_data_t
 Uses to represent transport-specific connection data to establish connection to Bootstrap servers. More...
 

Macros

#define KAA_BUILD_VERSION   "0.8.0-SNAPSHOT"
 DO NOT EDIT THIS FILE. More...
 
#define KAA_BUILD_COMMIT_HASH   "N/A"
 
#define KAA_SDK_TOKEN   "012345678901234567891234567"
 
#define KAA_PROFILE_SCHEMA_VERSION   2
 
#define KAA_SYNC_TIMEOUT   60000L
 
#define KAA_BOOTSTRAP_ACCESS_POINT_COUNT   1
 
#define KAA_CONFIGURATION_DATA_LENGTH   45
 

Variables

static const
kaa_bootstrap_server_connection_data_t 
KAA_BOOTSTRAP_ACCESS_POINTS [KAA_BOOTSTRAP_ACCESS_POINT_COUNT]
 
static const char KAA_CONFIGURATION_DATA [KAA_CONFIGURATION_DATA_LENGTH] = { 0x34, 0x42, 0x61, 0x73, 0x69, 0x63, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x63, 0x68, 0x65, 0x6D, 0x61, 0x02, 0x20, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F }
 

Macro Definition Documentation

#define KAA_BOOTSTRAP_ACCESS_POINT_COUNT   1
#define KAA_BUILD_COMMIT_HASH   "N/A"
#define KAA_BUILD_VERSION   "0.8.0-SNAPSHOT"

DO NOT EDIT THIS FILE.

IT IS AUTO-GENERATED.

#define KAA_CONFIGURATION_DATA_LENGTH   45
#define KAA_PROFILE_SCHEMA_VERSION   2
#define KAA_SDK_TOKEN   "012345678901234567891234567"
#define KAA_SYNC_TIMEOUT   60000L

Variable Documentation

Initial value:
=
{
{
{ 1, 2 },
{
12345,
4,
"ABCD"
}
}
}
const char KAA_CONFIGURATION_DATA[KAA_CONFIGURATION_DATA_LENGTH] = { 0x34, 0x42, 0x61, 0x73, 0x69, 0x63, 0x20, 0x63, 0x6F, 0x6E, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x73, 0x63, 0x68, 0x65, 0x6D, 0x61, 0x02, 0x20, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F }
static