5#ifndef OCPP_V16_GETLOCALLISTVERSION_HPP
6#define OCPP_V16_GETLOCALLISTVERSION_HPP
8#include <nlohmann/json_fwd.hpp>
10#include <ocpp/v16/ocpp_types.hpp>
20 std::string
get_type()
const override;
39 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP GetLocalListVersion message.
Definition: GetLocalListVersion.hpp:16
std::string get_type() const override
Provides the type of this GetLocalListVersion message as a human readable string.
Definition: GetLocalListVersion.cpp:15
Contains a OCPP GetLocalListVersionResponse message.
Definition: GetLocalListVersion.hpp:34
std::string get_type() const override
Provides the type of this GetLocalListVersionResponse message as a human readable string.
Definition: GetLocalListVersion.cpp:42