Esempio n. 1
0
 public static extern _LTRNative.LTRERROR LTR114_GetFrame(ref TLTR114 hnd, uint[] buf);
Esempio 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);
Esempio n. 3
0
 public static extern _LTRNative.LTRERROR LTR114_Stop(ref TLTR114 hnd);
Esempio n. 4
0
 public static extern _LTRNative.LTRERROR LTR114_Recv(ref TLTR114 hnd, uint[] buf, uint[] tmark, uint size, uint timeout); //Прием данных от модуля
Esempio n. 5
0
 public static extern _LTRNative.LTRERROR LTR114_Calibrate(ref TLTR114 hnd);
Esempio n. 6
0
 public static extern _LTRNative.LTRERROR LTR114_GetConfig(ref TLTR114 hnd);
Esempio n. 7
0
 public static extern _LTRNative.LTRERROR LTR114_Close(ref TLTR114 hnd);
Esempio n. 8
0
 public static extern _LTRNative.LTRERROR LTR114_Open(ref TLTR114 hnd, uint saddr, ushort sport, char[] csn, int slot_num);
Esempio n. 9
0
 public _ltr114api()
 {
     module = NewTLTR114;
 }