Keyple Util C++ Library 2.0.0
Reference Terminal Reader API for C++
ContactCardCommonProtocol.h
Go to the documentation of this file.
1/**************************************************************************************************
2 * Copyright (c) 2021 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 <string>
16
17/* Keyple Core Util */
18#include "KeypleUtilExport.h"
19
20namespace keyple {
21namespace core {
22namespace util {
23namespace protocol {
24
31public:
38
43
47 const std::string& getName() const;
48
49private:
53 const std::string mName;
54
58 ContactCardCommonProtocol(const std::string& name);
59};
60
61}
62}
63}
64}
#define KEYPLEUTIL_API
static const ContactCardCommonProtocol INNOVATRON_HIGH_SPEED_PROTOCOL_SAM