Esempio n. 1
0
 static extern _LTRNative.LTRERROR LTR11_Init(ref TLTR11 module);
Esempio n. 2
0
 static extern int LTR11_Recv(ref TLTR11 hnd, uint[] buf, uint[] tmark, uint size, uint timeout); //Прием данных от модуля
Esempio n. 3
0
 static extern _LTRNative.LTRERROR LTR11_SearchFirstFrame(ref TLTR11 hnd, uint[] data, uint size,
                                                          out uint index);
Esempio n. 4
0
 static extern _LTRNative.LTRERROR LTR11_SetADC(ref TLTR11 module);
Esempio n. 5
0
 static extern _LTRNative.LTRERROR LTR11_Stop(ref TLTR11 module);
Esempio n. 6
0
 static extern _LTRNative.LTRERROR LTR11_IsOpened(ref TLTR11 module);
Esempio n. 7
0
 static extern _LTRNative.LTRERROR LTR11_ProcessData(ref TLTR11 module, uint[] src, double[] dest,
                                                     ref int size, bool calibr,
                                                     bool volt);
Esempio n. 8
0
 static extern _LTRNative.LTRERROR LTR11_GetFrame(ref TLTR11 module, uint[] buf);
Esempio n. 9
0
 static extern _LTRNative.LTRERROR LTR11_Open(ref TLTR11 module, uint saddr, ushort sport, string csn, int slot_num);
Esempio n. 10
0
 static extern _LTRNative.LTRERROR LTR11_GetConfig(ref TLTR11 module);
Esempio n. 11
0
 static extern _LTRNative.LTRERROR LTR11_Close(ref TLTR11 module);
Esempio n. 12
0
 public static extern _LTRNative.LTRERROR LTR11_Start(ref TLTR11 module);
Esempio n. 13
0
 public static extern _LTRNative.LTRERROR LTR11_Open(ref TLTR11 module, uint saddr, ushort sport, char[] csn, int slot_num);
Esempio n. 14
0
 public _ltr11api()
 {
     module = NewTLTR11;
 }