5#ifndef OCPP_V16_SIGNCERTIFICATE_HPP
6#define OCPP_V16_SIGNCERTIFICATE_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;
37 GenericStatusEnumType status;
41 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP SignCertificate message.
Definition: SignCertificate.hpp:17
std::string get_type() const override
Provides the type of this SignCertificate message as a human readable string.
Definition: SignCertificate.cpp:15
Contains a OCPP SignCertificateResponse message.
Definition: SignCertificate.hpp:36
std::string get_type() const override
Provides the type of this SignCertificateResponse message as a human readable string.
Definition: SignCertificate.cpp:41