Exemple #1
0
 public static extern _LTRNative.LTRERROR LTR010_Close(ref TLTR10 module);
Exemple #2
0
 public static extern _LTRNative.LTRERROR LTR010_Open(ref TLTR10 module, uint saddr, ushort sport, byte [] csn);
Exemple #3
0
 public _ltr010api()
 {
     module = NewModule;
 }
Exemple #4
0
 static extern _LTRNative.LTRERROR LTR010_LoadFPGA(ref TLTR10 module, char[] fname, byte rdma, byte wdma);
Exemple #5
0
 public static extern _LTRNative.LTRERROR LTR010_SetDescription(ref TLTR10 module, ref TDESCRIPTION_LTR010 description);
Exemple #6
0
 public static extern _LTRNative.LTRERROR LTR010_PutArray(ref TLTR10 module, byte[] buf, uint size, uint address);