Ejemplo n.º 1
0
 public bool UsbCmdWrite(byte[] xferData)
 {
     SL_Comm_Base.SL_CommBase_WriteCommand(xferData, xferData.Length);
     return(true);
 }