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