![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <SearchCommandDataAdapter.h>


Public Member Functions | |
| SearchCommandDataAdapter () | |
| SearchCommandData & | setSfi (const uint8_t sfi) override |
| SearchCommandData & | startAtRecord (const uint8_t recordNumber) override |
| SearchCommandData & | setOffset (const int offset) override |
| SearchCommandData & | enableRepeatedOffset () override |
| SearchCommandData & | setSearchData (const std::vector< uint8_t > &data) override |
| SearchCommandData & | setMask (const std::vector< uint8_t > &mask) override |
| SearchCommandData & | fetchFirstMatchingResult () override |
| std::vector< uint8_t > & | getMatchingRecordNumbers () override |
| uint8_t | getSfi () const |
| uint8_t | getRecordNumber () const |
| int | getOffset () const |
| bool | isEnableRepeatedOffset () const |
| const std::vector< uint8_t > & | getSearchData () const |
| const std::vector< uint8_t > & | getMask () const |
| bool | isFetchFirstMatchingResult () const |
(package-private)
Implementation of SearchCommandData.
Definition at line 34 of file SearchCommandDataAdapter.h.
| keyple::card::calypso::SearchCommandDataAdapter::SearchCommandDataAdapter | ( | ) |
(package-private)
Constructor.
Definition at line 19 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 47 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 68 of file SearchCommandDataAdapter.cpp.
| const std::vector< uint8_t > & keyple::card::calypso::SearchCommandDataAdapter::getMask | ( | ) | const |
(package-private)
Definition at line 105 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 75 of file SearchCommandDataAdapter.cpp.
| int keyple::card::calypso::SearchCommandDataAdapter::getOffset | ( | ) | const |
(package-private)
Definition at line 90 of file SearchCommandDataAdapter.cpp.
| uint8_t keyple::card::calypso::SearchCommandDataAdapter::getRecordNumber | ( | ) | const |
(package-private)
Definition at line 85 of file SearchCommandDataAdapter.cpp.
| const std::vector< uint8_t > & keyple::card::calypso::SearchCommandDataAdapter::getSearchData | ( | ) | const |
(package-private)
Definition at line 100 of file SearchCommandDataAdapter.cpp.
| uint8_t keyple::card::calypso::SearchCommandDataAdapter::getSfi | ( | ) | const |
(package-private)
Definition at line 80 of file SearchCommandDataAdapter.cpp.
| bool keyple::card::calypso::SearchCommandDataAdapter::isEnableRepeatedOffset | ( | ) | const |
(package-private)
Definition at line 95 of file SearchCommandDataAdapter.cpp.
| bool keyple::card::calypso::SearchCommandDataAdapter::isFetchFirstMatchingResult | ( | ) | const |
(package-private)
Definition at line 110 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 61 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 40 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 54 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 26 of file SearchCommandDataAdapter.cpp.
|
override |
Definition at line 33 of file SearchCommandDataAdapter.cpp.