示例#1
0
 public void writebyte(uint addr, byte buf, int pid = -1)
 {
     _ntrClient.sendWriteMemPacketByte(addr, (uint)pid, buf);
 }