Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 763 Bytes

File metadata and controls

23 lines (12 loc) · 763 Bytes

Keyple Plugin C++ API

Overview

The Keyple Plugin C++ API is dedicated to the development of specific Keyple plugins.

This library should not be imported explicitly by the main application.

User Guide & Download Information

The full documentation, including download information is available in the Documentation section of the official Keyple website keyple.org

Doxygen

The doxygen is available online: docs.keyple.org/keyple-plugin-cpp-api/

Build the Code

The code is built with CLang / GCC / MSVC in order to be able to be used by a very large number of applications.

Code Contributions

We welcome code contributions through merge requests.