Beispiel #1
0
 public UsbClient(Cmd cmd)
 {
     mClient = new SockClient();
     mCmd    = cmd;
     mCmd.excuteCmdForward(1352 + "", 2235 + "");
 }