Structure to store the COAP application information. More...
#include <Application.h>

Data Fields | |
| double | pageIAT |
| DISTRIBUTION | pageIATDistribution |
| double | pageSize |
| DISTRIBUTION | pageSizeDistribution |
| bool | ackRequired |
| bool | multicastResponse |
| int | variableResponseTime |
| int | piggybackedTime |
| int | ackResponseTime |
| int | ackTimeOut |
| double | ackRandomFactor |
| int | maxRetransmit |
| int | nstart |
| int | defaultLeisure |
| int | probingRate |
| struct stru_NetSim_COAP_data * | pCOAPData |
Structure to store the COAP application information.
Definition at line 283 of file Application.h.
| double stru_Application_COAPInfo::ackRandomFactor |
Definition at line 295 of file Application.h.
| bool stru_Application_COAPInfo::ackRequired |
Definition at line 289 of file Application.h.
| int stru_Application_COAPInfo::ackResponseTime |
Definition at line 293 of file Application.h.
| int stru_Application_COAPInfo::ackTimeOut |
Definition at line 294 of file Application.h.
| int stru_Application_COAPInfo::defaultLeisure |
Definition at line 298 of file Application.h.
| int stru_Application_COAPInfo::maxRetransmit |
Definition at line 296 of file Application.h.
| bool stru_Application_COAPInfo::multicastResponse |
Definition at line 290 of file Application.h.
| int stru_Application_COAPInfo::nstart |
Definition at line 297 of file Application.h.
| double stru_Application_COAPInfo::pageIAT |
Definition at line 285 of file Application.h.
| DISTRIBUTION stru_Application_COAPInfo::pageIATDistribution |
Definition at line 286 of file Application.h.
| double stru_Application_COAPInfo::pageSize |
Definition at line 287 of file Application.h.
| DISTRIBUTION stru_Application_COAPInfo::pageSizeDistribution |
Definition at line 288 of file Application.h.
| struct stru_NetSim_COAP_data* stru_Application_COAPInfo::pCOAPData |
Definition at line 300 of file Application.h.
| int stru_Application_COAPInfo::piggybackedTime |
Definition at line 292 of file Application.h.
| int stru_Application_COAPInfo::probingRate |
Definition at line 299 of file Application.h.
| int stru_Application_COAPInfo::variableResponseTime |
Definition at line 291 of file Application.h.