ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
constants.hpp
1// SPDX-License-Identifier: Apache-2.0
2// Copyright Pionix GmbH and Contributors to EVerest
3
4#pragma once
5
6#include <cstddef>
7
8namespace ocpp {
9namespace v2 {
10
13constexpr std::size_t ISO15118_GET_EV_CERTIFICATE_EXI_RESPONSE_SIZE = 7500;
14
15} // namespace v2
16} // namespace ocpp