ocpp
0.24.1
A C++ implementation of the Open Charge Point Protocol
include
ocpp
v2
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
8
namespace
ocpp {
9
namespace
v2 {
10
13
constexpr
std::size_t ISO15118_GET_EV_CERTIFICATE_EXI_RESPONSE_SIZE = 7500;
14
15
}
// namespace v2
16
}
// namespace ocpp
Generated by
1.9.4