CloudPOS SDK: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 24: Line 24:
*[[MDB Communication Protocal]]
*[[MDB Communication Protocal]]


== [[JNI API and C API (Deprecated)]] ==
==Quick Start Guide==
==Quick Start Guide==
* [[USB Driver Download]]  
* [[USB Driver Download]]  

Revision as of 06:15, 23 July 2024

This comprehensive documentation aims to guide Android application developers for the Smart POS. It covers EMV payment specifications, barcode scanning, the Device Java API, API details, samples, a quick start guide, and additional resources.

For more details, please refer to the provided links and sections.

EMV Payment

The EMV Payment SDK is designed to facilitate the development of payment applications (APPs).

Barcode Scanning

Device Java API

The Device Java API simplifies development by being packaged as an AAR library file, providing Android developers with easy integration. This API includes functionalities such as Printer, PINPad, MSR, SmartCard, RFCard, SerialPort, LED, Fingerprint, and HSM.

MDB Interface

Quick Start Guide