Exemple #1
0
 public static extern _LTRNative.LTRERROR LTR27_GetDescription(ref TLTR27 module, Descriptions flags);
Exemple #2
0
 public static extern _LTRNative.LTRERROR LTR27_ProcessData(ref TLTR27 module, uint[] src_data, double[] dst_data,
                                                            ref uint size, bool calibr,
                                                            bool valueMain);
Exemple #3
0
 public static extern _LTRNative.LTRERROR LTR27_SearchFirstFrame(ref TLTR27 module, uint[] src_data, uint size,
                                                                 out uint frame_idx);
Exemple #4
0
 public static extern _LTRNative.LTRERROR LTR27_ADCStop(ref TLTR27 module);
Exemple #5
0
 public static extern int LTR27_Recv(ref TLTR27 module, uint[] Data, uint[] tstamp, uint size, uint timeout);
Exemple #6
0
 public static extern _LTRNative.LTRERROR LTR27_SetConfig(ref TLTR27 module);
Exemple #7
0
 public static extern _LTRNative.LTRERROR LTR27_StoreConfig(ref TLTR27 module, _LTRNative.StartMode start_mode);
Exemple #8
0
 public static extern _LTRNative.LTRERROR LTR27_IsOpened(ref TLTR27 module);
Exemple #9
0
 public static extern _LTRNative.LTRERROR LTR27_Echo(ref TLTR27 module);
Exemple #10
0
 public static extern _LTRNative.LTRERROR LTR27_Close(ref TLTR27 module);
Exemple #11
0
 public static extern _LTRNative.LTRERROR LTR27_OpenEx(ref TLTR27 module, uint saddr, ushort sport, string csn, ushort cc,
                                                       _LTRNative.OpenInFlags in_flags, out _LTRNative.OpenOutFlags out_flags);
Exemple #12
0
 public static extern _LTRNative.LTRERROR LTR27_Open(ref TLTR27 module, uint saddr, ushort sport, string csn, ushort cc);
Exemple #13
0
 public static extern _LTRNative.LTRERROR LTR27_Recv(ref TLTR27 module, uint [] Data, uint [] tstamp, uint size, uint timeout);
Exemple #14
0
 public _ltr27api()
 {
     module = NewTLTR27;
 }