communication_t Struct Reference

#include <src/communication.h>

Collaboration diagram for communication_t:
Collaboration graph

Data Fields

configuration_t configuration
 Configuration handle. More...
 
http_processor_thttp_processor
 Http processor handle. More...
 
state_t state
 MCL state. More...
 

Detailed Description

This is the main structure to be used for communication with the server.

Definition at line 32 of file communication.h.

Field Documentation

configuration_t communication_t::configuration

Configuration handle.

Definition at line 34 of file communication.h.

http_processor_t* communication_t::http_processor

Http processor handle.

Definition at line 35 of file communication.h.

state_t communication_t::state

MCL state.

Definition at line 36 of file communication.h.


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