#include <ObservableReader.h>
The NotificationMode defines the expected behavior when processing a default selection.
◆ InnerEnum
Enumerator |
---|
ALWAYS | |
MATCHED_ONLY | |
◆ NotificationMode() [1/2]
keyple::core::seproxy::event::NotificationMode::NotificationMode |
( |
const std::string & |
nameValue, |
|
|
InnerEnum |
innerEnum, |
|
|
const std::string & |
name |
|
) |
| |
◆ NotificationMode() [2/2]
keyple::core::seproxy::event::NotificationMode::NotificationMode |
( |
const NotificationMode & |
o | ) |
|
◆ ~NotificationMode()
virtual keyple::core::seproxy::event::ObservableReader::NotificationMode::~NotificationMode |
( |
| ) |
|
|
inlinevirtual |
◆ get()
NotificationMode keyple::core::seproxy::event::NotificationMode::get |
( |
const std::string & |
name | ) |
|
|
static |
This method can be used for reverse lookup purpose
- Parameters
-
- Returns
- the corresponding enum
◆ getName()
std::string keyple::core::seproxy::event::NotificationMode::getName |
( |
| ) |
|
|
virtual |
◆ operator!=()
bool keyple::core::seproxy::event::NotificationMode::operator!= |
( |
const NotificationMode & |
other | ) |
|
◆ operator=()
◆ operator==()
bool keyple::core::seproxy::event::NotificationMode::operator== |
( |
const NotificationMode & |
other | ) |
|
◆ ordinal()
int keyple::core::seproxy::event::NotificationMode::ordinal |
( |
| ) |
|
◆ toString()
std::string keyple::core::seproxy::event::NotificationMode::toString |
( |
| ) |
|
◆ valueOf()
NotificationMode keyple::core::seproxy::event::NotificationMode::valueOf |
( |
const std::string & |
name | ) |
|
|
static |
◆ values()
std::vector< NotificationMode > keyple::core::seproxy::event::NotificationMode::values |
( |
| ) |
|
|
static |
◆ ALWAYS
All SEs presented to readers are notified regardless of the result of the default selection.
◆ innerEnumValue
InnerEnum keyple::core::seproxy::event::ObservableReader::NotificationMode::innerEnumValue |
◆ MATCHED_ONLY
Only SEs that have been successfully selected (logical channel open) will be notified. The others will be ignored and the application will not be aware of them.
◆ name
std::string keyple::core::seproxy::event::ObservableReader::NotificationMode::name |
|
protected |
The documentation for this class was generated from the following files: