Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
Public Member Functions | List of all members
keyple::card::calypso::CardCommand Class Referenceabstract

#include <CardCommand.h>

Inheritance diagram for keyple::card::calypso::CardCommand:
Inheritance graph
[legend]

Public Member Functions

virtual const std::string & getName () const =0
 
virtual uint8_t getInstructionByte () const =0
 

Detailed Description

(package-private)
Provides the API to get CardCommand's name and instruction byte (INS).

Since
2.0.0

Definition at line 25 of file CardCommand.h.

Member Function Documentation

◆ getInstructionByte()

virtual uint8_t keyple::card::calypso::CardCommand::getInstructionByte ( ) const
pure virtual

Gets Instruction Byte (INS)

Returns
A byte.
Since
2.0.0

Implemented in keyple::card::calypso::CalypsoCardCommand, and keyple::card::calypso::CalypsoSamCommand.

◆ getName()

virtual const std::string & keyple::card::calypso::CardCommand::getName ( ) const
pure virtual

Gets command's name.

Returns
A String
Since
2.0.0

Implemented in keyple::card::calypso::CalypsoSamCommand.


The documentation for this class was generated from the following file: