Uses of Class
brendes.jna.KK_Library.TcpLogType
-
Uses of KK_Library.TcpLogType in brendes.jna
Methods in brendes.jna that return KK_Library.TcpLogType Modifier and Type Method Description static KK_Library.TcpLogType
KK_Library.TcpLogType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KK_Library.TcpLogType[]
KK_Library.TcpLogType. 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.TcpLogType Modifier and Type Method Description void
KK_Library. tcpReportLog(int id, java.lang.String data, KK_Library.TcpLogType logType)
Transmits log entrydata
for LOG level typelogType
to TCP server on sourceid
.