Esempio n. 1
0
 public static extern _LTRNative.LTRERROR LTR25_CheckSupportTEDS(ref TLTR25 module);
Esempio n. 2
0
 public static extern _LTRNative.LTRERROR LTR25_FlashErase(ref TLTR25 hnd, uint addr, uint size);
Esempio n. 3
0
 public static extern _LTRNative.LTRERROR LTR25_StoreConfig(ref TLTR25 module, _LTRNative.StartMode start_mode);
Esempio n. 4
0
 static extern _LTRNative.LTRERROR LTR25_FPGAEnable(ref TLTR25 hnd, bool enable);
Esempio n. 5
0
 public static extern _LTRNative.LTRERROR LTR25_FlashWrite(ref TLTR25 hnd, uint addr, byte[] data, uint size);
Esempio n. 6
0
 public static extern _LTRNative.LTRERROR LTR25_TEDSReadData(ref TLTR25 module, int ch, byte[] data, uint size, out uint read_size);
Esempio n. 7
0
 public static extern _LTRNative.LTRERROR LTR25_Open(ref TLTR25 hnd, uint saddr, ushort sport, string csn, int slot_num);
Esempio n. 8
0
 public static extern _LTRNative.LTRERROR LTR25_ProcessData(ref TLTR25 hnd, uint[] src,
                                                            double[] dest, ref int size, ProcFlags flags,
                                                            ChStatus[] ch_status);
Esempio n. 9
0
 public static extern _LTRNative.LTRERROR LTR25_SearchFirstFrame(ref TLTR25 hnd, uint[] data, uint size,
                                                                 out uint index);
Esempio n. 10
0
 public static extern _LTRNative.LTRERROR LTR25_SetADC(ref TLTR25 hnd);
Esempio n. 11
0
 public static extern int LTR25_Recv(ref TLTR25 hnd, uint[] data, uint[] tmark, uint size, uint timeout);
Esempio n. 12
0
 public static extern _LTRNative.LTRERROR LTR25_GetConfig(ref TLTR25 hnd);
Esempio n. 13
0
 public static extern _LTRNative.LTRERROR LTR25_IsOpened(ref TLTR25 hnd);
Esempio n. 14
0
 public static extern _LTRNative.LTRERROR LTR25_OpenEx(ref TLTR25 module, uint saddr, ushort sport, string csn, ushort cc,
                                                       _LTRNative.OpenInFlags in_flags, out _LTRNative.OpenOutFlags out_flags);
Esempio n. 15
0
 public static extern _LTRNative.LTRERROR LTR25_SetSensorsPowerMode(ref TLTR25 module, SensorsPowerModes mode);
Esempio n. 16
0
 public static extern _LTRNative.LTRERROR LTR25_SetLowPowMode(ref TLTR25 hnd, bool lowPowState);
Esempio n. 17
0
 public static extern _LTRNative.LTRERROR LTR25_TEDSNodeDetect(ref TLTR25 module, int ch, out TEDS_NODE_INFO devinfo);
Esempio n. 18
0
 public static extern _LTRNative.LTRERROR LTR25_FPGAIsEnabled(ref TLTR25 hnd, out bool enabled);
Esempio n. 19
0
 public static extern _LTRNative.LTRERROR LTR25_Init(ref TLTR25 hnd);
Esempio n. 20
0
 public static extern _LTRNative.LTRERROR LTR25_Close(ref TLTR25 hnd);