KK_Library.KK_Result |
KK_Library.enumerateDevices(byte enumFlags) |
Enumerates K+K devices that are locally connected to the PC (serial, USB, PCAN-USB),
depending on enumFlags .
|
KK_Library.KK_Result |
KK_Library.enumerateLocalIPs() |
Convenience call
Enumerates local IPv4 addresses and host name of local computer and delivers
them in KK_Result.data (host name) and KK_Result.lines (IPv4 addresses).
|
KK_Library.KK_Result |
KK_Library.enumerateLocalIPs(byte[] hostName,
byte[] ipAddr) |
Enumerates local IPv4 addresses and host name of local computer and delivers
them in hostName and ipAddr .
|
KK_Library.KK_Result |
KK_Library.getDebugFilename(int id) |
Gets filename of debug log file for source id .
|
KK_Library.KK_Result |
KK_Library.getFHRSettings(int id) |
Requests FHR settings from K+K device connected to source id .
|
KK_Library.KK_Result |
KK_Library.getOutputPath(int id) |
Get current output path for files generated by K+K library (test data, debug log)
for source id .
|
KK_Library.KK_Result |
KK_Library.getReport(int id) |
Gets next report for source id received via current connection from
K+K device or K+K server and write it to KK_Result.data.
|
KK_Library.KK_Result |
KK_Library.getTcpLog(int id) |
Get next log level entry for source id received from K+K TCP server and
write it to KK_Result.data.
|
KK_Library.KK_Result |
KK_Library.getToolsData(int id) |
Get response to previous READ command (85 40) for source id via current
connection from K+K device and write it to KK_Result.data.
|
KK_Library.KK_Result |
KK_Library.openConnection(int id,
java.lang.String connectionString) |
|
KK_Library.KK_Result |
KK_Library.openConnection(int id,
java.lang.String connectionString,
boolean blockingIO,
boolean contextMode) |
Opens connection for source id to K+K device or K+K server
or read data from file according
to connectionString .
|
KK_Library.KK_Result |
KK_Library.openTcpLog(int id,
java.lang.String ipPort,
java.lang.String mode) |
Opens connection for source id to K+K TCP server on address ipPort
for log level entries.
|
KK_Library.KK_Result |
KK_Library.openTcpLogTime(int id,
java.lang.String ipPort,
java.lang.String mode,
java.lang.String formatTime) |
Opens connection for source id to K+K TCP server on address ipPort
for log level entries with prepended UTC timestamp.
|
KK_Library.KK_Result |
KK_Library.openTcpLogType(int id,
java.lang.String ipPort,
int logType,
java.lang.String formatTime) |
Opens connection for source id to K+K TCP server on address ipPort
for log level entries with or without prepended UTC timestamp, depending on format .
|
KK_Library.KK_Result |
KK_Library.remoteLogin(int id,
int password) |
Remote login procedure on K+K device connected to source id .
|
KK_Library.KK_Result |
KK_Library.sendCommand(int id,
byte[] command) |
Adds command to waiting queue of source id .
|
KK_Library.KK_Result |
KK_Library.setCommandLimit(int id,
int limit) |
Sets limit of command waiting queue for source id to
limit .
|
KK_Library.KK_Result |
KK_Library.setDebug(int id,
boolean dbgOn,
java.lang.String dbgID) |
Switches on/off debug log outputs of K+K library for source id .
|
KK_Library.KK_Result |
KK_Library.setDebugFlags(int id,
boolean reportLog,
boolean lowLevelLog) |
Sets amount of data which is logged for source id .
|
KK_Library.KK_Result |
KK_Library.setDebugLogLimit(int id,
KK_Library.DebugLogType logType,
int aSize) |
Sets limits of debug log file for source id .
|
KK_Library.KK_Result |
KK_Library.setDecimalSeparator(int id,
java.lang.String decimalSeparator) |
Library K+K library reports received measurement data (floating point values) as
string.
|
KK_Library.KK_Result |
KK_Library.setFHRSettings(int id,
KK_Library.FHR_Settings fhrSettings) |
Sets FHR settings fhrSettings in K+K device
connected to source id .
|
KK_Library.KK_Result |
KK_Library.setNSZ(int id,
int nsz) |
Depending on used measurement card, K+K device reports NSZ measurements as single NSZ
or double NSZ.
|
KK_Library.KK_Result |
KK_Library.setNSZCalibrationData(int id,
double[] calibrationValues) |
Sets NSZ calibration values calibrationValues in K+K device
connected to source id .
|
KK_Library.KK_Result |
KK_Library.setOutputPath(int id,
java.lang.String path) |
Set output path for files generated by K+K library (test data, debug log)
for source id .
|
KK_Library.KK_Result |
KK_Library.setSend7016(int id,
boolean value) |
The 100ms timestamps received from the K+K device are passed on to the application
by default with Report 7000.
|
KK_Library.KK_Result |
KK_Library.startSaveBinaryData(int id,
java.lang.String dbgID) |
Start generating test data for source id in binary file.
|
KK_Library.KK_Result |
KK_Library.startSaveReportData(int id,
java.lang.String dbgID) |
Start generating test data for source id in text file.
|
KK_Library.KK_Result |
KK_Library.startTcpServer(int id,
short aPort) |
Starts local TCP server for source id on port aPort .
|
KK_Library.KK_Result |
KK_Library.stopSaveBinaryData(int id) |
Stops generating binary test data for source id , closes binary file.
|
KK_Library.KK_Result |
KK_Library.stopSaveReportData(int id) |
Stops generating report test data for source id .
|
KK_Library.KK_Result |
KK_Library.stopTcpServer(int id) |
Stops local TCP server for source id .
|
KK_Library.KK_Result |
KK_Library.tcpAppData(int id,
java.lang.String data) |
|