CloudPOS SDK: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 35: Line 35:
* how to update time
* how to update time
* how to make lock screen
* how to make lock screen
* Device API
* how to accept paramter file from TMS download
** Print
*** [[API description]]
*** Print different lauguage receipt
*** ESC commands
** Contactless reader
*** [[API description]]
*** CPU Card
*** Mifare Card
*** E-Wallet Card
*** Card Emulation
** Cash Drawder
*** [[API description]]
** Fingerprint
*** [[API description]]
** HSM
*** [[API description]]
** HDMI
*** [[API description]]
** LED
*** [[API description]]
** MSR reader
*** [[API description]]
** PINPAD
*** [[API description]]
** Secondary display
*** [[API description]]
** Serial Port
*** [[API description]]
** Smart Card reader
*** [[API description]]
*** IC Card
*** PSAM Card
** Signature
*** [[API description]]
** Payment EMV
*** EMV API
*** EMV Flow
*** EMV error info
*** EMV tag info
** Barcode
*** developed by scan service
*** developed by zxing,zbar
*** camera info for different type POS
** Full Screen
*** Q1
*** W1
** Others
*** [[error code]] for the devices api in C interface
*** [[header files]] of the devices api in C interface
*** [[permissions]] of the devices api
* Others about Develop
** how to custom launcher
** how to set APN
** how to modify password
** how to silence install、update、delete
** how to reboot
** how to location
** how to take photo
** how to let app to simulator the pinpad display
** how to load kek
** how to update time
** how to make lock screen
* TMS
** how to accept paramter file from TMS download

Revision as of 09:49, 3 April 2018

CloudPOS SDK

This is SDK, welcome

Device API

permissions of the devices api

C API

API SPEC
error code for the devices api in C interface
header files of the devices api in C interface

JNI API

Java API

API SPEC
Sample

Payment EMV

  • EMV API
  • EMV Flow
  • EMV error info
  • EMV tag info

Barcode

  • developed by scan service
  • developed by zxing,zbar
  • camera info for different type POS

Full Screen

  • Q1
  • W1

Advance SDK

  • how to custom launcher
  • how to set APN
  • how to modify password
  • how to silence install、update、delete
  • how to reboot
  • how to location
  • how to take photo
  • how to let app to simulator the pinpad display
  • how to load kek
  • how to update time
  • how to make lock screen
  • how to accept paramter file from TMS download