Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
include
keypop
calypso
card
CalypsoCardApiProperties.hpp
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright (c) 2025 Calypso Networks Association https://calypsonet.org/ *
3
* *
4
* This program and the accompanying materials are made available under the *
5
* terms of the MIT License which is available at *
6
* https://opensource.org/licenses/MIT. *
7
* *
8
* SPDX-License-Identifier: MIT *
9
******************************************************************************/
10
11
#pragma once
12
13
#include <string>
14
15
namespace
keypop
{
16
namespace
calypso {
17
namespace
card {
18
24
// class CalypsoCardApiProperties final {
25
// public:
26
// /**
27
// * API version: {@value}
28
// *
29
// * @since 1.0.0
30
// */
31
// static const std::string VERSION;
32
33
// private:
34
// /**
35
// * Private constructor
36
// */
37
// CalypsoCardApiProperties() {}
38
// };
39
40
static
const
std::string& CalypsoCardApiProperties_VERSION =
"2.0"
;
41
42
}
/* namespace card */
43
}
/* namespace calypso */
44
}
/* namespace keypop */
keypop
Definition:
CalypsoCardApiFactory.hpp:23
Generated by
1.9.2