class GoldenGate
This class holds general properties of the Golden Gate library like the logger, the GG Loop thread, etc.
data class Version
This class represents the version information for the GG Library |
GoldenGate()
This class holds general properties of the Golden Gate library like the logger, the GG Loop thread, etc. |
fun check(): Unit
Verify that the Golden Gate C library has been loaded. |
|
fun deInit(): Unit |
|
fun getVersion(): Version
Get the version information from the Golden Gate library |
|
fun init(loggingEnabled: Boolean = true, libPath: File? = null): Unit
Pass a file if you would like the library it represents loaded. Otherwise, it will load the default "xp" library from the library path. |