Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | List of all members
keyple::core::command::SeCommand Class Referenceabstract

#include <SeCommand.h>

Inherited by keyple::calypso::command::po::CalypsoPoCommand, and keyple::calypso::command::sam::CalypsoSamCommand.

Public Member Functions

 SeCommand ()=default
 
virtual ~SeCommand ()=default
 
 SeCommand (const SeCommand &sc)=default
 
virtual const std::string & getName () const =0
 
virtual uint8_t getInstructionByte () const =0
 

Constructor & Destructor Documentation

◆ SeCommand() [1/2]

keyple::core::command::SeCommand::SeCommand ( )
default

Required by macOS/CLang...

◆ ~SeCommand()

virtual keyple::core::command::SeCommand::~SeCommand ( )
virtualdefault

◆ SeCommand() [2/2]

keyple::core::command::SeCommand::SeCommand ( const SeCommand sc)
default

Copy constructor

Required by macOS/CLang because of virtual destructor...

Member Function Documentation

◆ getInstructionByte()

virtual uint8_t keyple::core::command::SeCommand::getInstructionByte ( ) const
pure virtual

◆ getName()

virtual const std::string& keyple::core::command::SeCommand::getName ( ) const
pure virtual

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