u-blox / ublox-at-cellular-interface-ext

Dependencies:   ublox-at-cellular-interface

Dependents:   example-ublox-at-cellular-interface-ext HelloMQTT ublox_new_driver_test example-ublox-at-cellular-interface-ext ... more

Embed: (wiki syntax)

« Back to documentation index

UbloxATCellularInterfaceExt::HttpProfCtrl Struct Reference

UbloxATCellularInterfaceExt::HttpProfCtrl Struct Reference

Management structure for HTTP profiles. More...

#include <UbloxATCellularInterfaceExt.h>


Detailed Description

Management structure for HTTP profiles.

It is possible to have up to 4 different HTTP profiles (LISA-C200, LISA-U200 and SARA-G350) having:

Parameters:
handlethe current HTTP profile is in handling state or not (default value is HTTP_ERROR).
timeoutthe timeout for the current HTTP command.
pendingthe status for the current HTTP command (in processing state or not).
cmdthe code for the current HTTP command.
resultthe result for the current HTTP command once processed.

Definition at line 499 of file UbloxATCellularInterfaceExt.h.