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