Package smartrics.iotics.identity.jna
Class JnaSdkApiInitialiser
java.lang.Object
smartrics.iotics.identity.jna.JnaSdkApiInitialiser
Native library loader
-
Constructor Summary
ConstructorsConstructorDescriptionInitialiser with path to the native set to LIB_PATHJnaSdkApiInitialiser(String libPath) Initialiser with custom library path -
Method Summary
-
Constructor Details
-
JnaSdkApiInitialiser
public JnaSdkApiInitialiser()Initialiser with path to the native set to LIB_PATH -
JnaSdkApiInitialiser
Initialiser with custom library path- Parameters:
libPath- the library path
-
-
Method Details
-
get
An instance of the library interface is created at construction and set as a reference in this object. Not thread safe.- Returns:
- the library interface
-