Example #1
0
 public static extern _LTRNative.LTRERROR LTR41_ReadEEPROM(ref TLTR41 module, int Address, byte[] val);
Example #2
0
 public static extern _LTRNative.LTRERROR LTR41_Init(ref TLTR41 module);
Example #3
0
 public static extern _LTRNative.LTRERROR LTR41_MakeStartMark(ref TLTR41 module);
Example #4
0
 public static extern _LTRNative.LTRERROR LTR41_WriteEEPROM(ref TLTR41 module, int Address, byte val);
Example #5
0
 public static extern _LTRNative.LTRERROR LTR41_Config(ref TLTR41 module);
Example #6
0
 public static extern _LTRNative.LTRERROR LTR41_StopSecondMark(ref TLTR41 module);
Example #7
0
 public static extern _LTRNative.LTRERROR LTR41_Recv(ref TLTR41 module, uint[] data, uint[] tmark, uint size, uint timeout);
Example #8
0
 public static extern _LTRNative.LTRERROR LTR41_ProcessData(ref TLTR41 module, uint[] src, ushort[] dest, ref int size);
Example #9
0
 public static extern _LTRNative.LTRERROR LTR41_StopStreamRead(ref TLTR41 module);
Example #10
0
 public static extern _LTRNative.LTRERROR LTR41_ReadPort(ref TLTR41 module, ref ushort InputData);
Example #11
0
 public static extern _LTRNative.LTRERROR LTR41_IsOpened(ref TLTR41 module);
Example #12
0
 public static extern _LTRNative.LTRERROR LTR41_Open(ref TLTR41 module, uint net_addr, ushort net_port,
                                                     char[] crate_sn, int slot_num);
Example #13
0
 public _ltr41api()
 {
     module = NewTLTR41;
 }