From 728aab253ca1e6b22feeb63a07567e8ff093ec8c Mon Sep 17 00:00:00 2001 From: Pierre Terree Date: Wed, 20 Nov 2024 23:43:33 +0400 Subject: [PATCH] fix css --- content/keyple-support/reader-plugins/_index.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/keyple-support/reader-plugins/_index.md b/content/keyple-support/reader-plugins/_index.md index 0b32a76..78377b1 100644 --- a/content/keyple-support/reader-plugins/_index.md +++ b/content/keyple-support/reader-plugins/_index.md @@ -15,14 +15,14 @@ In general, all “contactless” reader solutions are observable, because for t On the other hand, for some “contact” reader solutions, card presence is statically defined: these readers don't need to be observed. ## Properties of a smartcard reader solution through the Keyple Service API -For a Keyple-based terminal, smartcard reader solutions are interfaced using reader plug-ins. Keyple's Service API enables ticket terminal applications to access “locally” 3 categories of reader solutions: +For a Keyple-based terminal, smartcard reader solutions are interfaced using reader plug-ins. Keyple's Service API enables ticketing terminal applications to access “locally” 3 categories of reader solutions: - a “simple” plugin enables only static configuration of smartcard readers → the most common case in embedded systems. - an “observable” plugin enables the management of reader solutions that can be hot-plugged or hot-disconnected. → mainly 2 uses: readers connected over serial links (e.g. USB), or mobile solutions with an energy-saving mode (reader power supply cut off at standby). - a “pool” plugin for interfacing with solutions offering dynamic allocation of reader resources according to the need. → this is how an HSM-type solution works. ## Integrating a smartcard reader solution into Keyple through the Plugin API For a Keyple-based terminal, a dedicated plug-in for any smart card reader solution must implement Keyple's Plugin API: -- SPIs are differentiated for the 2 reader types and the 3 plug-in categories in particular +- SPIs are differentiated in particular for the 2 reader types and the 3 plug-in categories. - other features are linked to the native API capabilities of reader solutions: - autonomy to manage the Select Application command - autonomous synchronous, autonomous asynchronous or non-autonomous card insertion detection, @@ -102,6 +102,9 @@ document.body.onload = function() {