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