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