Ejemplo n.º 1
0
 public static extern _LTRNative.LTRERROR LTR114_GetFrame(ref TLTR114 hnd, uint[] buf);
Ejemplo n.º 2
0
 public static extern _LTRNative.LTRERROR LTR114_ProcessDataTherm(ref TLTR114 hnd, uint[] src, double[] dest, double[] therm, ref int size, out int tcnt, CorrectionMode correction_mode, ProcFlags flags);
Ejemplo n.º 3
0
 public static extern _LTRNative.LTRERROR LTR114_Stop(ref TLTR114 hnd);
Ejemplo n.º 4
0
 public static extern _LTRNative.LTRERROR LTR114_Recv(ref TLTR114 hnd, uint[] buf, uint[] tmark, uint size, uint timeout); //Прием данных от модуля
Ejemplo n.º 5
0
 public static extern _LTRNative.LTRERROR LTR114_Calibrate(ref TLTR114 hnd);
Ejemplo n.º 6
0
 public static extern _LTRNative.LTRERROR LTR114_GetConfig(ref TLTR114 hnd);
Ejemplo n.º 7
0
 public static extern _LTRNative.LTRERROR LTR114_Close(ref TLTR114 hnd);
Ejemplo n.º 8
0
 public static extern _LTRNative.LTRERROR LTR114_Open(ref TLTR114 hnd, uint saddr, ushort sport, char[] csn, int slot_num);
Ejemplo n.º 9
0
 public _ltr114api()
 {
     module = NewTLTR114;
 }