Keyple Util C++ Library 2.0.0
Reference Terminal Reader API for C++
src
main
protocol
ContactCardCommonProtocol.cpp
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2021 Calypso Networks Association https://calypsonet.org/ *
3
* *
4
* See the NOTICE file(s) distributed with this work for additional information regarding *
5
* copyright ownership. *
6
* *
7
* This program and the accompanying materials are made available under the terms of the Eclipse *
8
* Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0 *
9
* *
10
* SPDX-License-Identifier: EPL-2.0 *
11
**************************************************************************************************/
12
13
#include "
ContactCardCommonProtocol.h
"
14
15
namespace
keyple
{
16
namespace
core {
17
namespace
util {
18
namespace
protocol {
19
20
const
ContactCardCommonProtocol
ContactCardCommonProtocol::ISO_7816_3
(
21
"ISO_7816_3"
);
22
const
ContactCardCommonProtocol
ContactCardCommonProtocol::ISO_7816_3_T0
(
23
"ISO_7816_3_T0"
);
24
const
ContactCardCommonProtocol
ContactCardCommonProtocol::ISO_7816_3_T1
(
25
"ISO_7816_3_T1"
);
26
const
ContactCardCommonProtocol
ContactCardCommonProtocol::INNOVATRON_HIGH_SPEED_PROTOCOL_SAM
(
27
"INNOVATRON_HIGH_SPEED_PROTOCOL_SAM"
);
28
29
ContactCardCommonProtocol::ContactCardCommonProtocol(
const
std::string& name) : mName(name) {}
30
31
const
std::string&
ContactCardCommonProtocol::getName
()
const
32
{
33
return
mName;
34
}
35
36
}
37
}
38
}
39
}
ContactCardCommonProtocol.h
keyple::core::util::protocol::ContactCardCommonProtocol
Definition:
ContactCardCommonProtocol.h:30
keyple::core::util::protocol::ContactCardCommonProtocol::INNOVATRON_HIGH_SPEED_PROTOCOL_SAM
static const ContactCardCommonProtocol INNOVATRON_HIGH_SPEED_PROTOCOL_SAM
Definition:
ContactCardCommonProtocol.h:42
keyple::core::util::protocol::ContactCardCommonProtocol::getName
const std::string & getName() const
Definition:
ContactCardCommonProtocol.cpp:31
keyple::core::util::protocol::ContactCardCommonProtocol::ISO_7816_3
static const ContactCardCommonProtocol ISO_7816_3
Definition:
ContactCardCommonProtocol.h:35
keyple::core::util::protocol::ContactCardCommonProtocol::ISO_7816_3_T1
static const ContactCardCommonProtocol ISO_7816_3_T1
Definition:
ContactCardCommonProtocol.h:37
keyple::core::util::protocol::ContactCardCommonProtocol::ISO_7816_3_T0
static const ContactCardCommonProtocol ISO_7816_3_T0
Definition:
ContactCardCommonProtocol.h:36
keyple
Definition:
ApduUtil.cpp:18
Generated by
1.9.2