java.lang.Object
tech.deplant.java4ever.binding.ffi.NativeMethods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
tcCreateContext
(String configJson) static void
tcDestroyContext
(int contextId) static void
tcRequest
(int contextId, String functionName, String params, Arena nativeMemory, int requestId, tc_response_handler_t.Function handler)
-
Constructor Details
-
NativeMethods
public NativeMethods()
-
-
Method Details
-
tcCreateContext
-
tcDestroyContext
public static void tcDestroyContext(int contextId) -
tcRequest
public static void tcRequest(int contextId, String functionName, String params, Arena nativeMemory, int requestId, tc_response_handler_t.Function handler)
-