#include "o_5_firmware_update/FirmwareUpdate.h"
#include "Resource.h"
#include "ItemOp.h"
#include "WppTypes.h"
#include "WppLogs.h"
#include "WppClient.h"
#include <cstring>
#include "WppPlatform.h"
Go to the source code of this file.
|
| | wpp |
| | The WppConnection class represents a connection interface for the Wpp library.
|
| |
◆ COAP_SCHEME
| #define COAP_SCHEME "coap" |
◆ COAP_TCP_SCHEME
| #define COAP_TCP_SCHEME "coap+tcp" |
◆ COAP_TLS_SCHEME
| #define COAP_TLS_SCHEME "coaps+tcp" |
◆ COAPS_SCHEME
| #define COAPS_SCHEME "coaps" |
◆ HTTP_SCHEME
| #define HTTP_SCHEME "http" |
◆ HTTPS_SCHEME
| #define HTTPS_SCHEME "https" |
◆ SCHEME_DIVIDER
| #define SCHEME_DIVIDER "://" |
◆ TAG
| #define TAG "FirmwareUpdate" |