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
  • Field Details

    • thread_id

      public int thread_id
      Deprecated.
    • start_time

      public long start_time
      Deprecated.
    • end_time

      public long end_time
      Deprecated.
    • zone_depth

      public int zone_depth
      Deprecated.
    • file_name

      public String file_name
      Deprecated.
    • line_number

      public int line_number
      Deprecated.
    • zone_name

      public String zone_name
      Deprecated.
  • Constructor Details

    • LEAP_TELEMETRY_DATA

      public LEAP_TELEMETRY_DATA()
      Deprecated.