Ejemplo n.º 1
0
 public static extern _LTRNative.LTRERROR LTR25_CheckSupportTEDS(ref TLTR25 module);
Ejemplo n.º 2
0
 public static extern _LTRNative.LTRERROR LTR25_FlashErase(ref TLTR25 hnd, uint addr, uint size);
Ejemplo n.º 3
0
 public static extern _LTRNative.LTRERROR LTR25_StoreConfig(ref TLTR25 module, _LTRNative.StartMode start_mode);
Ejemplo n.º 4
0
 static extern _LTRNative.LTRERROR LTR25_FPGAEnable(ref TLTR25 hnd, bool enable);
Ejemplo n.º 5
0
 public static extern _LTRNative.LTRERROR LTR25_FlashWrite(ref TLTR25 hnd, uint addr, byte[] data, uint size);
Ejemplo n.º 6
0
 public static extern _LTRNative.LTRERROR LTR25_TEDSReadData(ref TLTR25 module, int ch, byte[] data, uint size, out uint read_size);
Ejemplo n.º 7
0
 public static extern _LTRNative.LTRERROR LTR25_Open(ref TLTR25 hnd, uint saddr, ushort sport, string csn, int slot_num);
Ejemplo 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);
Ejemplo n.º 9
0
 public static extern _LTRNative.LTRERROR LTR25_SearchFirstFrame(ref TLTR25 hnd, uint[] data, uint size,
                                                                 out uint index);
Ejemplo n.º 10
0
 public static extern _LTRNative.LTRERROR LTR25_SetADC(ref TLTR25 hnd);
Ejemplo n.º 11
0
 public static extern int LTR25_Recv(ref TLTR25 hnd, uint[] data, uint[] tmark, uint size, uint timeout);
Ejemplo n.º 12
0
 public static extern _LTRNative.LTRERROR LTR25_GetConfig(ref TLTR25 hnd);
Ejemplo n.º 13
0
 public static extern _LTRNative.LTRERROR LTR25_IsOpened(ref TLTR25 hnd);
Ejemplo 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);
Ejemplo n.º 15
0
 public static extern _LTRNative.LTRERROR LTR25_SetSensorsPowerMode(ref TLTR25 module, SensorsPowerModes mode);
Ejemplo n.º 16
0
 public static extern _LTRNative.LTRERROR LTR25_SetLowPowMode(ref TLTR25 hnd, bool lowPowState);
Ejemplo n.º 17
0
 public static extern _LTRNative.LTRERROR LTR25_TEDSNodeDetect(ref TLTR25 module, int ch, out TEDS_NODE_INFO devinfo);
Ejemplo n.º 18
0
 public static extern _LTRNative.LTRERROR LTR25_FPGAIsEnabled(ref TLTR25 hnd, out bool enabled);
Ejemplo n.º 19
0
 public static extern _LTRNative.LTRERROR LTR25_Init(ref TLTR25 hnd);
Ejemplo n.º 20
0
 public static extern _LTRNative.LTRERROR LTR25_Close(ref TLTR25 hnd);