Example #1
0
 public static extern _LTRNative.LTRERROR LTR212_TestEEPROM(ref TLTR212 module);
Example #2
0
 public static extern _LTRNative.LTRERROR LTR212_ProcessDataTest(ref TLTR212 module,
                                                                 uint[] src, double[] dest, ref int size, bool volt, ref uint bad_num);
Example #3
0
 public static extern _LTRNative.LTRERROR LTR212_Calibrate(ref TLTR212 module, byte[] LChannel_Mask, int mode, int reset);
Example #4
0
 public static extern _LTRNative.LTRERROR LTR212_CalcFS(ref TLTR212 module, ref double fsBase, ref double fs);
Example #5
0
 static extern _LTRNative.LTRERROR LTR212_IsOpened(ref TLTR212 module);
Example #6
0
 static extern _LTRNative.LTRERROR LTR212_Recv(ref TLTR212 module, uint[] data,
                                               uint tmark, uint size, uint timeout);
Example #7
0
 public static extern _LTRNative.LTRERROR LTR212_Open(ref TLTR212 module, uint net_addr, ushort net_port,
                                                      char[] crate_sn, int slot_num, char[] biosname);
Example #8
0
 public static extern uint LTR212_CalcTimeOut(ref TLTR212 module, int n);
Example #9
0
 static extern _LTRNative.LTRERROR LTR212_ProcessData(ref TLTR212 module, uint[] src, double[] dest,
                                                      ref int size, bool volt);
Example #10
0
 static extern _LTRNative.LTRERROR LTR212_Calibrate(ref TLTR212 module, ref byte LChannel_Mask, CalibrModes mode, int reset);
Example #11
0
 static extern int LTR212_Recv(ref TLTR212 module, uint[] data, uint[] tmark, uint size, uint timeout);
Example #12
0
 static extern _LTRNative.LTRERROR LTR212_Stop(ref TLTR212 module);
Example #13
0
 static extern _LTRNative.LTRERROR LTR212_Close(ref TLTR212 module);
Example #14
0
 public static extern _LTRNative.LTRERROR LTR212_WriteSerialNumber(ref TLTR212 module, char[] sn, ushort Code);
Example #15
0
 public _ltr212api()
 {
     module = NewTLTR212;
 }
Example #16
0
 public static extern _LTRNative.LTRERROR LTR212_TestInterfaceStart(ref TLTR212 module, int PackDelay);
Example #17
0
 public static extern _LTRNative.LTRERROR LTR212_SetADC(ref TLTR212 module);
Example #18
0
 public static extern _LTRNative.LTRERROR LTR212_Init(ref TLTR212 module);
Example #19
0
 static extern _LTRNative.LTRERROR LTR212_Open(ref TLTR212 module, uint net_addr, ushort net_port,
                                               string crate_sn, int slot_num, string biosname);