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