MQTT Server: mqtt_server_lib_cfg Struct Reference

MQTT Server Package

mqtt_server_lib_cfg Struct Reference

List of all members.

Public Attributes

u16 listener_port
u16 loopback_port
void * mutex
void(* mutex_lockin )(void *mutex)
void(* mutex_unlock )(void *mutex)
i32(* debug_printf )(const i8 *format,...)
bool aux_debug_en

Member Data Documentation

Assert to indicate additional debug info

i32(* mqtt_server_lib_cfg::debug_printf)(const i8 *format,...)

Debug, mandatory

Port to listen to incoming network connections from the clients

If the server application has more than one task and / or supports at-least one plug-in, then a non-zero value must be provided. Otherwise, this parameter must be set to zero. This parameter is used by the implementation to synchronize multiple tasks for the network connection.

For a multi-task enviroment, provide a handle to platform mutex


The documentation for this struct was generated from the following file:
Generated on Mon Nov 17 2014 12:12:08 for MQTT Server by  doxygen 1.7.4