Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
SvLoadLogRecord.hpp
Go to the documentation of this file.
1
2/**************************************************************************************************
3 * Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
4 * *
5 * This program and the accompanying materials are made available under the *
6 * terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
7 * *
8 * SPDX-License-Identifier: MIT *
9 **************************************************************************************************/
10
11#pragma once
12
13#include <cstdint>
14#include <vector>
15
16namespace keypop {
17namespace calypso {
18namespace card {
19namespace card {
20
27public:
34 virtual const std::vector<uint8_t>& getRawData() const = 0;
35
42 virtual const std::vector<uint8_t> getLoadDate() const = 0;
43
50 virtual const std::vector<uint8_t> getLoadTime() const = 0;
51
58 virtual int getAmount() const = 0;
59
66 virtual int getBalance() const = 0;
67
74 virtual const std::vector<uint8_t> getFreeData() const = 0;
75
82 virtual uint8_t getKvc() const = 0;
83
90 virtual const std::vector<uint8_t> getSamId() const = 0;
91
98 virtual int getSamTNum() const = 0;
99
106 virtual int getSvTNum() const = 0;
107};
108
109} /* namespace card */
110} /* namespace card */
111} /* namespace calypso */
112} /* namespace keypop */
virtual const std::vector< uint8_t > getLoadTime() const =0
virtual const std::vector< uint8_t > getLoadDate() const =0
virtual const std::vector< uint8_t > getFreeData() const =0
virtual const std::vector< uint8_t > getSamId() const =0
virtual const std::vector< uint8_t > & getRawData() const =0