Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
keyple::core::seproxy::event::ReaderEvent::EventType Class Referencefinal

#include <ReaderEvent.h>

Public Member Functions

const std::string & getName () const
 
bool operator== (const EventType &other) const
 
bool operator!= (const EventType &other) const
 

Static Public Member Functions

static const EventTypevalueOf (const std::string &name)
 

Static Public Attributes

static const EventType TIMEOUT_ERROR
 
static const EventType SE_INSERTED
 
static const EventType SE_MATCHED
 
static const EventType SE_REMOVED
 

Friends

KEYPLECORE_API std::ostream & operator<< (std::ostream &os, const EventType &et)
 

Detailed Description

The different types of reader events, reflecting the status of the reader regarding the presence of the card

Member Function Documentation

◆ getName()

const std::string& keyple::core::seproxy::event::ReaderEvent::EventType::getName ( ) const

◆ operator!=()

bool keyple::core::seproxy::event::ReaderEvent::EventType::operator!= ( const EventType other) const

◆ operator==()

bool keyple::core::seproxy::event::ReaderEvent::EventType::operator== ( const EventType other) const

◆ valueOf()

static const EventType& keyple::core::seproxy::event::ReaderEvent::EventType::valueOf ( const std::string &  name)
static

Friends And Related Function Documentation

◆ operator<<

KEYPLECORE_API std::ostream& operator<< ( std::ostream &  os,
const EventType et 
)
friend

Member Data Documentation

◆ SE_INSERTED

const EventType keyple::core::seproxy::event::EventType::SE_INSERTED
static

A SE has been inserted.

◆ SE_MATCHED

const EventType keyple::core::seproxy::event::EventType::SE_MATCHED
static

A SE has been inserted and the default requests process has been successfully operated.

◆ SE_REMOVED

const EventType keyple::core::seproxy::event::EventType::SE_REMOVED
static

The SE has been removed and is no longer able to communicate with the reader

◆ TIMEOUT_ERROR

const EventType keyple::core::seproxy::event::EventType::TIMEOUT_ERROR
static

An timeout error occurred.


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