API description: Difference between revisions

From wizarPOS
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
== API Overview==
== API Overview==
   This document provides an introduction to the C APIs. C API is the lowest API, it provided by the POS driver, it packaged all the API implement in a so file, named "libUnionpayCloudPos.so".
   This document provides an introduction to the C APIs. C API is the lowest API, it is provided by the POS driver, packags all the API implement in a so file, named "libwizarposDriver.so".
   The third app should open this so file then call this API in its' C source code according as the corresponding head file.
   The third-party app should open this so file then call this API in its' C source code according as the corresponding head file. Here get the [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/jnidemo_forC.zip jni demo]
=== Print ===
=== [[API|Print]] ===  
   Introduce the [[API]] of the printer device.The head file name is [[printer_interface.h]]
   Introduces the [[API]] of the printer device. The head file name is [[printer_interface.h]]. The POS printer device can print text, picture and [[ESC Commands]].
=== Contactless reader ===
 
   Introduce the API of the contactless reader device.
=== [[Contactless API| Contactless Reader]] ===
=== Cash Drawder ===
   Introduces the [[Contactless API| API]] of the contactless reader device. The head file name is [[contactless_card_interface.h]]. The contactless reader supports CPU Card, Mifare Card, E-Wallet Card, and also it can support some card emulation, includes Apply Pay.
   Introduce the API about hwo to interaction with the external cash Drawder device.
 
=== Fingerprint ===
=== [[CashDrawer API|Cash Drawer]] ===
   Introduce the API of the fingerprinter device.
   Introduces the [[CashDrawer API|API]] about hwo to interaction with the external cash Drawder device. The head file name is [[moneybox_interface.h]].
=== HSM ===
 
  Introduce the API of the HSM module.
=== [[FingerPrint API|Fingerprint]] ===
=== HDMI ===
   Introduces the [[FingerPrint API|API]] of the fingerprinter device. The head file name is [[fingerprint_interface.h]].
Introduce the API about how to interaction with the HDMIdevice.
 
=== LED ===
=== [[LED API|LED]] ===
  Introduce the API of the LED device.
  Introduces the [[LED API|API]] of the LED device. The head file name is [[led_service_interface.h]].
=== MSR reader ===
 
   Introduce the API of the MSR reader device.
=== [[MSR API|MSR Reader]] ===
=== PINPAD ===
   Introduces the [[MSR API|API]] of the MSR reader device. The head file name is [[msr_interface.h]].
   Introduce the API of the PINPAD device.
 
=== Secondary display ===
=== [[PINPAD API|PINPAD]] ===
  Introduce the API about hwo to interaction with the external secondary display device.
   Introduces the [[PINPAD API|API]] of the PINPAD device. The head file name is [[pinpad_interface.h]].
=== Serial Port ===
 
  Introduce the API of the serial port device.
=== [[Secondary display API|Second Display]] ===
=== Smart Card reader ===
  Introduces the [[Secondary display API|API]] about hwo to interaction with the external secondary display device. The head file name is [[customer_display_interface.h]].
   Introduce the API of the smart card reader device.
 
=== Signature ===
=== [[Serial port API|Serial Port]] ===
  Introduce the API of the signature device.
  Introduces the [[Serial port API|API]] of the serial port device.The head file name is [[serial_port_interface.h]].
 
=== [[Smart Card API|Smart Card reader]] ===
   Introduces the [[Smart Card API|API]] of the smart card reader device. The smart card reader supports IC card, PSAM card.The head file name is [[smart_card_interface.h]].

Latest revision as of 03:01, 19 November 2018

API Overview

 This document provides an introduction to the C APIs. C API is the lowest API, it is provided by the POS driver, packags all the API implement in a so file, named "libwizarposDriver.so".
 The third-party app should open this so file then call this API in its' C source code according as the corresponding head file. Here get the jni demo

Print

 Introduces the API of the printer device. The head file name is printer_interface.h. The POS printer device can print text, picture and ESC Commands.

Contactless Reader

 Introduces the  API of the contactless reader device. The head file name is contactless_card_interface.h. The contactless reader supports CPU Card, Mifare Card, E-Wallet Card, and also it can support some card emulation, includes Apply Pay.

Cash Drawer

 Introduces the API about hwo to interaction with the external cash Drawder device. The head file name is moneybox_interface.h.

Fingerprint

 Introduces the API of the fingerprinter device. The head file name is fingerprint_interface.h.

LED

Introduces the API of the LED device. The head file name is led_service_interface.h.

MSR Reader

 Introduces the API of the MSR reader device. The head file name is msr_interface.h.

PINPAD

 Introduces the API of the PINPAD device. The head file name is pinpad_interface.h.

Second Display

Introduces the API about hwo to interaction with the external secondary display device. The head file name is customer_display_interface.h.

Serial Port

Introduces the API of the serial port device.The head file name is serial_port_interface.h.

Smart Card reader

 Introduces the API of the smart card reader device. The smart card reader supports IC card, PSAM card.The head file name is smart_card_interface.h.