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