Embedded Wireless Framework
Macros
Thales common configuration

Thales common adapter configuration. More...

Macros

#define EWF_ADAPTER_THALES_COMMON_DEFAULT_TIMEOUT   (EWF_PLATFORM_TICKS_PER_SECOND * 10)
 
#define EWF_ADAPTER_THALES_COMMON_FFS_ENABLED   (1)
 
#define EWF_ADAPTER_THALES_COMMON_TLS_BASIC_ENABLED   (1)
 
#define EWF_ADAPTER_THALES_COMMON_TLS_ENABLED   (0)
 
#define EWF_ADAPTER_THALES_COMMON_TCP_ENABLED   (1)
 
#define EWF_ADAPTER_THALES_COMMON_UDP_ENABLED   (1)
 
#define EWF_ADAPTER_THALES_COMMON_MQTT_BASIC_ENABLED   (1)
 
#define EWF_ADAPTER_THALES_COMMON_MQTT_ENABLED   (0)
 
#define EWF_ADAPTER_THALES_COMMON_INTERNET_SOCKET_POOL_SIZE   (12)
 The total number of supported internet sockets in the adapter.
 
#define EWF_ADAPTER_THALES_COMMON_INTERNET_SOCKET_INVALID   (-1)
 The internet socket invalid value.
 
#define EWF_ADAPTER_THALES_COMMON_MQTT_SOCKET_POOL_SIZE   (12)
 The total number of supported MQTT sockets in the adapter.
 
#define EWF_ADAPTER_THALES_COMMON_MQTT_SOCKET_INVALID   (-1)
 The MQTT socket invalid value.
 

Detailed Description

Thales common adapter configuration.