#include <ElementaryFileAdapter.h>
(package-private)
Implementation of ElementaryFile.
- Since
- 2.0.0
Definition at line 38 of file ElementaryFileAdapter.h.
◆ ElementaryFileAdapter() [1/2]
keyple::card::calypso::ElementaryFileAdapter::ElementaryFileAdapter |
( |
const uint8_t |
sfi | ) |
|
◆ ElementaryFileAdapter() [2/2]
keyple::card::calypso::ElementaryFileAdapter::ElementaryFileAdapter |
( |
const std::shared_ptr< ElementaryFile > |
source | ) |
|
(package-private)
Constructor used to create a clone of the provided EF.
- Parameters
-
source | the EF to be cloned. |
- Since
- 2.0.0
Definition at line 22 of file ElementaryFileAdapter.cpp.
◆ getData()
const std::shared_ptr< FileData > keyple::card::calypso::ElementaryFileAdapter::getData |
( |
| ) |
const |
|
override |
◆ getHeader()
const std::shared_ptr< FileHeader > keyple::card::calypso::ElementaryFileAdapter::getHeader |
( |
| ) |
const |
|
override |
◆ getSfi()
uint8_t keyple::card::calypso::ElementaryFileAdapter::getSfi |
( |
| ) |
const |
|
override |
◆ operator==() [1/2]
Comparison is based on field "sfi".
- Parameters
-
- Returns
- the comparison evaluation
- Since
- 2.0.0
Definition at line 50 of file ElementaryFileAdapter.cpp.
◆ operator==() [2/2]
bool keyple::card::calypso::ElementaryFileAdapter::operator== |
( |
const std::shared_ptr< ElementaryFileAdapter > |
o | ) |
const |
Comparison is based on field "sfi".
- Parameters
-
- Returns
- the comparison evaluation
- Since
- 2.0.0
Definition at line 55 of file ElementaryFileAdapter.cpp.
◆ setHeader()
ElementaryFile & keyple::card::calypso::ElementaryFileAdapter::setHeader |
( |
const std::shared_ptr< FileHeaderAdapter > |
header | ) |
|
(package-private)
Sets the file header.
- Parameters
-
header | the file header (should be not null). |
- Returns
- the current instance.
- Since
- 2.0.0
Definition at line 28 of file ElementaryFileAdapter.cpp.
◆ operator<< [1/2]
◆ operator<< [2/2]
The documentation for this class was generated from the following files: