Old API not recommended

From wizarPOS
Revision as of 06:52, 6 November 2020 by Mahong (talk | contribs) (Created page with "=== JNI API === The JNI interface wraps the C API to help Java developers use the C API. We recommend that you use the Java API instead of the JNI API. *[http://{{SERVERNAME}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JNI API

The JNI interface wraps the C API to help Java developers use the C API. We recommend that you use the Java API instead of the JNI API.

C API

C API related header files and so libraries have been included in the system. Application developers can create native so libraries through C API to implement their business logic. As a result, the implementation will be more secure than the Java implementation. For example, the EMV library can use the C API.