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