Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#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 EventType & | valueOf (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) |
The different types of reader events, reflecting the status of the reader regarding the presence of the card
const std::string& keyple::core::seproxy::event::ReaderEvent::EventType::getName | ( | ) | const |
bool keyple::core::seproxy::event::ReaderEvent::EventType::operator!= | ( | const EventType & | other | ) | const |
bool keyple::core::seproxy::event::ReaderEvent::EventType::operator== | ( | const EventType & | other | ) | const |
|
static |
|
friend |
|
static |
A SE has been inserted.
|
static |
A SE has been inserted and the default requests process has been successfully operated.
|
static |
The SE has been removed and is no longer able to communicate with the reader
|
static |
An timeout error occurred.