예제 #1
0
 public static extern _LTRNative.LTRERROR LTR24_Init(ref TLTR24 module);
예제 #2
0
 public static extern _LTRNative.LTRERROR LTR24_FindFrameStart(ref TLTR24 module, uint[] data, int size, out int index);
예제 #3
0
 public static extern _LTRNative.LTRERROR LTR24_StoreConfig(ref TLTR24 module, _LTRNative.StartMode start_mode);
예제 #4
0
 public static extern int LTR24_RecvEx(ref TLTR24 ltr, uint[] data, uint[] tmark, uint size, uint timeout,
                                       UInt64[] unixtime);
예제 #5
0
 public static extern _LTRNative.LTRERROR LTR24_ProcessData(ref TLTR24 hnd, uint[] src_data, double[] dst_data, ref int size,
                                                            ProcFlags flags, bool[] ovload);
예제 #6
0
 public static extern _LTRNative.LTRERROR LTR24_SetACMode(ref TLTR24 module, byte chan, bool ac_mode);
예제 #7
0
 public static extern int LTR24_Recv(ref TLTR24 hnd, uint[] buf, uint[] tmark, uint size, uint timeout); //ѕрием данных от модул¤
예제 #8
0
 public static extern _LTRNative.LTRERROR LTR24_SetADC(ref TLTR24 module);
예제 #9
0
 public static extern _LTRNative.LTRERROR LTR24_SetZeroMode(ref TLTR24 module, bool enable);
예제 #10
0
 public static extern _LTRNative.LTRERROR LTR24_GetConfig(ref TLTR24 module);
예제 #11
0
 public static extern _LTRNative.LTRERROR LTR24_IsOpened(ref TLTR24 module);
예제 #12
0
 public static extern _LTRNative.LTRERROR LTR24_OpenEx(ref TLTR24 module, uint saddr, ushort sport, string csn, ushort cc,
                                                       _LTRNative.OpenInFlags in_flags, out _LTRNative.OpenOutFlags out_flags);
예제 #13
0
 public static extern _LTRNative.LTRERROR LTR24_Open(ref TLTR24 module, uint saddr, ushort sport, string csn, int slot_num);
예제 #14
0
 public static extern _LTRNative.LTRERROR LTR24_Close(ref TLTR24 module);