Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
CalypsoSamCommand.h
Go to the documentation of this file.
1/**************************************************************************************************
2 * Copyright (c) 2022 Calypso Networks Association https://calypsonet.org/ *
3 * *
4 * See the NOTICE file(s) distributed with this work for additional information regarding *
5 * copyright ownership. *
6 * *
7 * This program and the accompanying materials are made available under the terms of the Eclipse *
8 * Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0 *
9 * *
10 * SPDX-License-Identifier: EPL-2.0 *
11 **************************************************************************************************/
12
13#pragma once
14
15#include <cstdint>
16#include <string>
17
18/* Keyple Card Calypso */
19#include "CardCommand.h"
20
21namespace keyple {
22namespace card {
23namespace calypso {
24
32public:
35
38
41
44
47
50
53
56
59
62
65
68
71
74
77
80
83
86
89
96 const std::string& getName() const override;
97
104 uint8_t getInstructionByte() const override;
105
106private:
110 const std::string mName;
111
115 const uint8_t mInstructionByte;
116
124 CalypsoSamCommand(const std::string& name, const uint8_t instructionByte);
125};
126
127}
128}
129}
static const CalypsoSamCommand CARD_CIPHER_PIN
static const CalypsoSamCommand READ_EVENT_COUNTER
static const CalypsoSamCommand SV_CHECK
static const CalypsoSamCommand SV_PREPARE_DEBIT
static const CalypsoSamCommand SV_PREPARE_UNDEBIT
static const CalypsoSamCommand DIGEST_UPDATE_MULTIPLE
static const CalypsoSamCommand SELECT_DIVERSIFIER
static const CalypsoSamCommand DIGEST_AUTHENTICATE
static const CalypsoSamCommand CARD_GENERATE_KEY
static const CalypsoSamCommand DIGEST_INIT
static const CalypsoSamCommand GIVE_RANDOM
static const CalypsoSamCommand DIGEST_UPDATE
const std::string & getName() const override
static const CalypsoSamCommand WRITE_KEY
static const CalypsoSamCommand DIGEST_CLOSE
static const CalypsoSamCommand UNLOCK
static const CalypsoSamCommand SV_PREPARE_LOAD
static const CalypsoSamCommand GET_CHALLENGE
static const CalypsoSamCommand READ_CEILINGS
static const CalypsoSamCommand READ_KEY_PARAMETERS