Uses of Class
brendes.jna.KK_Library.DebugLogType
-
Uses of KK_Library.DebugLogType in brendes.jna
Methods in brendes.jna that return KK_Library.DebugLogType Modifier and Type Method Description static KK_Library.DebugLogType
KK_Library.DebugLogType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KK_Library.DebugLogType[]
KK_Library.DebugLogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in brendes.jna with parameters of type KK_Library.DebugLogType Modifier and Type Method Description KK_Library.KK_Result
KK_Library. setDebugLogLimit(int id, KK_Library.DebugLogType logType, int aSize)
Sets limits of debug log file for sourceid
.