Package komposten.leapjna.leapc.data
Class LEAP_TELEMETRY_DATA
java.lang.Object
com.sun.jna.Structure
komposten.leapjna.leapc.data.LEAP_TELEMETRY_DATA
@Deprecated
@FieldOrder({"thread_id","start_time","end_time","zone_depth","file_name","line_number","zone_name"})
public class LEAP_TELEMETRY_DATA
extends Structure
Deprecated.
Holds telemetry configuration information.
- Since:
- LeapJna 1.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Deprecated.Deprecated.int
Deprecated.long
Deprecated.int
Deprecated.int
Deprecated.Deprecated.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
thread_id
public int thread_idDeprecated. -
start_time
public long start_timeDeprecated. -
end_time
public long end_timeDeprecated. -
zone_depth
public int zone_depthDeprecated. -
file_name
Deprecated. -
line_number
public int line_numberDeprecated. -
zone_name
Deprecated.
-
-
Constructor Details
-
LEAP_TELEMETRY_DATA
public LEAP_TELEMETRY_DATA()Deprecated.
-