Keyple Card Calypso C++ Library 2.2.2
Reference Terminal Reader API for C++
src
main
CalypsoSamSecurityContextException.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
/* Keyple Card Calypso */
14
#include "
CalypsoSamSecurityContextException.h
"
15
16
namespace
keyple
{
17
namespace
card {
18
namespace
calypso {
19
20
CalypsoSamSecurityContextException::CalypsoSamSecurityContextException
(
21
const
std::string& message,
22
const
CalypsoSamCommand
& command,
23
const
std::shared_ptr<int> statusWord)
24
:
CalypsoSamCommandException
(message, command, statusWord) {}
25
26
27
}
28
}
29
}
CalypsoSamSecurityContextException.h
keyple::card::calypso::CalypsoSamCommandException
Definition:
CalypsoSamCommandException.h:29
keyple::card::calypso::CalypsoSamCommand
Definition:
CalypsoSamCommand.h:31
keyple::card::calypso::CalypsoSamSecurityContextException::CalypsoSamSecurityContextException
CalypsoSamSecurityContextException(const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord)
Definition:
CalypsoSamSecurityContextException.cpp:20
keyple
Definition:
AbstractApduCommand.cpp:20
Generated by
1.9.2