Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
src
main
CardCommand.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
namespace
keyple
{
16
namespace
card {
17
namespace
calypso {
18
25
class
CardCommand
{
26
public
:
33
virtual
const
std::string&
getName
()
const
= 0;
34
41
virtual
uint8_t
getInstructionByte
()
const
= 0;
42
};
43
44
}
45
}
46
}
keyple::card::calypso::CardCommand
Definition:
CardCommand.h:25
keyple::card::calypso::CardCommand::getInstructionByte
virtual uint8_t getInstructionByte() const =0
keyple::card::calypso::CardCommand::getName
virtual const std::string & getName() const =0
keyple
Definition:
AbstractApduCommand.cpp:20
Generated by
1.9.2