Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
src
main
CmdCardRatificationBuilder.h
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
#pragma once
14
15
/* Keyple Card Calypso */
16
#include "
ApduRequestAdapter.h
"
17
#include "
CalypsoCardClass.h
"
18
19
namespace
keyple
{
20
namespace
card {
21
namespace
calypso {
22
34
class
CmdCardRatificationBuilder
final {
35
public
:
43
static
const
std::shared_ptr<ApduRequestAdapter>
getApduRequest
(
44
const
CalypsoCardClass
calypsoCardClass);
45
46
private
:
51
CmdCardRatificationBuilder
();
52
};
53
54
}
55
}
56
}
ApduRequestAdapter.h
CalypsoCardClass.h
keyple::card::calypso::CalypsoCardClass
Definition:
CalypsoCardClass.h:29
keyple::card::calypso::CmdCardRatificationBuilder
Definition:
CmdCardRatificationBuilder.h:34
keyple::card::calypso::CmdCardRatificationBuilder::getApduRequest
static const std::shared_ptr< ApduRequestAdapter > getApduRequest(const CalypsoCardClass calypsoCardClass)
Definition:
CmdCardRatificationBuilder.cpp:21
keyple
Definition:
AbstractApduCommand.cpp:20
Generated by
1.9.2