Assert updated with the returned status code instead of URL

Dependencies:   ublox-at-cellular-interface

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 498 of file UbloxATCellularInterfaceExt.h.