示例#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;
 }