示例#1
0
 public void write(uint addr, byte[] buf, int pid = -1)
 {
     _ntrClient.sendWriteMemPacket(addr, (uint)pid, buf);
 }