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