|
Keyple Service C++ Library - 3.3.5
Component of the Keyple C++ middleware
|
#include "keyple/core/service/LocalReaderAdapter.hpp"#include <memory>#include <regex>#include <sstream>#include <string>#include <utility>#include <vector>#include "keyple/core/plugin/CardIOException.hpp"#include "keyple/core/plugin/ReaderIOException.hpp"#include "keyple/core/plugin/spi/reader/AutonomousSelectionReaderSpi.hpp"#include "keyple/core/plugin/spi/reader/ConfigurableReaderSpi.hpp"#include "keyple/core/service/CardSelectionResponseAdapter.hpp"#include "keyple/core/util/ApduUtil.hpp"#include "keyple/core/util/HexUtil.hpp"#include "keyple/core/util/KeypleAssert.hpp"#include "keyple/core/util/cpp/Arrays.hpp"#include "keyple/core/util/cpp/KeypleStd.hpp"#include "keyple/core/util/cpp/System.hpp"#include "keyple/core/util/cpp/exception/Exception.hpp"#include "keyple/core/util/cpp/exception/IllegalStateException.hpp"#include "keyple/core/util/cpp/exception/RuntimeException.hpp"#include "keypop/card/CardBrokenCommunicationException.hpp"#include "keypop/card/ReaderBrokenCommunicationException.hpp"#include "keypop/card/UnexpectedStatusWordException.hpp"#include "keypop/reader/ReaderCommunicationException.hpp"#include "keypop/reader/ReaderProtocolNotSupportedException.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | keyple |
| namespace | keyple::core |
| namespace | keyple::core::service |
Functions | |
| std::ostream & | keyple::core::service::operator<< (std::ostream &os, LocalReaderAdapter::ApduRequest &ar) |
| std::ostream & | keyple::core::service::operator<< (std::ostream &os, const std::shared_ptr< LocalReaderAdapter::ApduRequest > ar) |
| std::ostream & | keyple::core::service::operator<< (std::ostream &os, const std::vector< std::shared_ptr< LocalReaderAdapter::ApduRequest > > &ars) |