Keypop Reader C++ API 2.0.0
Reference Reader API for C++
CommonIsoCardSelector.hpp
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (c) 2025 Calypso Networks Association https://calypsonet.org/ *
3 * *
4 * This program and the accompanying materials are made available under the *
5 * terms of the MIT License which is available at *
6 * https://opensource.org/licenses/MIT. *
7 * *
8 * SPDX-License-Identifier: MIT *
9 ******************************************************************************/
10
11#pragma once
12
13#include <string>
14#include <vector>
15
19
20namespace keypop {
21namespace reader {
22namespace selection {
23
39template <typename T>
41public:
57 virtual T& filterByDfName(const std::vector<uint8_t>& aid) = 0;
58
74 virtual T& filterByDfName(const std::string& aid) = 0;
75
86 virtual T& setFileOccurrence(FileOccurrence fileOccurrence) = 0;
87
98 virtual T&
100 = 0;
101};
102
103} /* namespace selection */
104} /* namespace reader */
105} /* namespace keypop */
virtual T & setFileControlInformation(FileControlInformation fileControlInformation)=0
virtual T & filterByDfName(const std::string &aid)=0
virtual T & filterByDfName(const std::vector< uint8_t > &aid)=0
virtual T & setFileOccurrence(FileOccurrence fileOccurrence)=0