#include <SvLoadLogRecord.hpp>
|
virtual const std::vector< uint8_t > & | getRawData () const =0 |
|
virtual const std::vector< uint8_t > | getLoadDate () const =0 |
|
virtual const std::vector< uint8_t > | getLoadTime () const =0 |
|
virtual int | getAmount () const =0 |
|
virtual int | getBalance () const =0 |
|
virtual const std::vector< uint8_t > | getFreeData () const =0 |
|
virtual uint8_t | getKvc () const =0 |
|
virtual const std::vector< uint8_t > | getSamId () const =0 |
|
virtual int | getSamTNum () const =0 |
|
virtual int | getSvTNum () const =0 |
|
Record of a Stored Value load log.
- Since
- 1.0.0
Definition at line 26 of file SvLoadLogRecord.hpp.
◆ getAmount()
virtual int keypop::calypso::card::card::SvLoadLogRecord::getAmount |
( |
| ) |
const |
|
pure virtual |
Gets the load amount value
- Returns
- An int
- Since
- 1.0.0
◆ getBalance()
virtual int keypop::calypso::card::card::SvLoadLogRecord::getBalance |
( |
| ) |
const |
|
pure virtual |
Gets the SV balance value
- Returns
- An int
- Since
- 1.0.0
◆ getFreeData()
virtual const std::vector< uint8_t > keypop::calypso::card::card::SvLoadLogRecord::getFreeData |
( |
| ) |
const |
|
pure virtual |
Gets the free bytes as an array of bytes
- Returns
- A 2-byte byte array
- Since
- 1.0.0
◆ getKvc()
virtual uint8_t keypop::calypso::card::card::SvLoadLogRecord::getKvc |
( |
| ) |
const |
|
pure virtual |
Gets the KVC of the load key (as given in the last SV Reload)
- Returns
- A byte
- Since
- 1.0.0
◆ getLoadDate()
virtual const std::vector< uint8_t > keypop::calypso::card::card::SvLoadLogRecord::getLoadDate |
( |
| ) |
const |
|
pure virtual |
Gets the load date as an array of bytes
- Returns
- A 2-byte byte array
- Since
- 1.0.0
◆ getLoadTime()
virtual const std::vector< uint8_t > keypop::calypso::card::card::SvLoadLogRecord::getLoadTime |
( |
| ) |
const |
|
pure virtual |
Gets the load time as an array of bytes
- Returns
- A 2-byte byte array
- Since
- 1.0.0
◆ getRawData()
virtual const std::vector< uint8_t > & keypop::calypso::card::card::SvLoadLogRecord::getRawData |
( |
| ) |
const |
|
pure virtual |
Gets the raw data of the SV load log record.
- Returns
- A byte array.
- Since
- 1.0.0
◆ getSamId()
virtual const std::vector< uint8_t > keypop::calypso::card::card::SvLoadLogRecord::getSamId |
( |
| ) |
const |
|
pure virtual |
Gets the SAM ID as an array of bytes
- Returns
- A 4-byte byte array
- Since
- 1.0.0
◆ getSamTNum()
virtual int keypop::calypso::card::card::SvLoadLogRecord::getSamTNum |
( |
| ) |
const |
|
pure virtual |
Gets the SAM transaction number value as an int
- Returns
- An int
- Since
- 1.0.0
◆ getSvTNum()
virtual int keypop::calypso::card::card::SvLoadLogRecord::getSvTNum |
( |
| ) |
const |
|
pure virtual |
Gets the SV transaction number value as an int
- Returns
- An int
- Since
- 1.0.0
The documentation for this class was generated from the following file: