#include <ReaderEvent.h>
Inherits enable_shared_from_this< ReaderEvent >.
ReaderEvent used to notify changes at reader level
◆ ReaderEvent()
keyple::core::seproxy::event::ReaderEvent::ReaderEvent |
( |
const std::string & |
pluginName, |
|
|
const std::string & |
readerName, |
|
|
const EventType & |
eventType, |
|
|
std::shared_ptr< AbstractDefaultSelectionsResponse > |
defaultSelectionsResponse |
|
) |
| |
ReaderEvent constructor for simple insertion notification mode
- Parameters
-
pluginName | the name of the current plugin |
readerName | the name of the current reader |
eventType | the type of event |
defaultSelectionsResponse | the response to the default AbstractDefaultSelectionsRequest (may be null) |
◆ getDefaultSelectionsResponse()
- Returns
- the default selection response (when the event is SE_INSERTED or SE_MATCHED)
◆ getEventType()
◆ getPlugin()
const std::shared_ptr< ReaderPlugin > keyple::core::seproxy::event::ReaderEvent::getPlugin |
( |
| ) |
const |
- Returns
- the plugin from which the reader that generated the event comes from
◆ getPluginName()
const std::string & keyple::core::seproxy::event::ReaderEvent::getPluginName |
( |
| ) |
const |
- Returns
- the name of the plugin from which the reader that generated the event comes from
◆ getReader()
const std::shared_ptr< SeReader > keyple::core::seproxy::event::ReaderEvent::getReader |
( |
| ) |
const |
- Returns
- the reader that generated the event comes from
◆ getReaderName()
const std::string & keyple::core::seproxy::event::ReaderEvent::getReaderName |
( |
| ) |
const |
- Returns
- the name of the reader that generated the event comes from
◆ operator<< [1/2]
◆ operator<< [2/2]
The documentation for this class was generated from the following files: