Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
src
main
CardCommandUnknownStatusException.h
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2022 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 "
CalypsoApduCommandException.h
"
17
18
namespace
keyple
{
19
namespace
card {
20
namespace
calypso {
21
27
class
CardCommandUnknownStatusException
:
public
CalypsoApduCommandException
{
28
public
:
37
CardCommandUnknownStatusException
(
const
std::string& message,
38
const
CardCommand
& command,
39
const
std::shared_ptr<int> statusWord)
40
:
CalypsoApduCommandException
(message, command, statusWord) {}
41
};
42
43
}
44
}
45
}
CalypsoApduCommandException.h
keyple::card::calypso::CalypsoApduCommandException
Definition:
CalypsoApduCommandException.h:32
keyple::card::calypso::CardCommand
Definition:
CardCommand.h:25
keyple::card::calypso::CardCommandUnknownStatusException
Definition:
CardCommandUnknownStatusException.h:27
keyple::card::calypso::CardCommandUnknownStatusException::CardCommandUnknownStatusException
CardCommandUnknownStatusException(const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord)
Definition:
CardCommandUnknownStatusException.h:37
keyple
Definition:
AbstractApduCommand.cpp:20
Generated by
1.9.2