5#ifndef OCPP_V16_CLEARCACHE_HPP
6#define OCPP_V16_CLEARCACHE_HPP
8#include <nlohmann/json_fwd.hpp>
10#include <ocpp/v16/ocpp_enums.hpp>
11#include <ocpp/v16/ocpp_types.hpp>
21 std::string
get_type()
const override;
36 ClearCacheStatus status;
40 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP ClearCache message.
Definition: ClearCache.hpp:17
std::string get_type() const override
Provides the type of this ClearCache message as a human readable string.
Definition: ClearCache.cpp:15
Contains a OCPP ClearCacheResponse message.
Definition: ClearCache.hpp:35
std::string get_type() const override
Provides the type of this ClearCacheResponse message as a human readable string.
Definition: ClearCache.cpp:42