Beispiel #1
0
 public uint Read(byte[] Buffer, uint nNumByte)
 {
     return(CUsb.USBRead(this.hUsb, Buffer, nNumByte));
 }