コード例 #1
0
ファイル: ScriptHelper.cs プロジェクト: olliz0r/Ledybot
 public void writebyte(uint addr, byte buf, int pid = -1)
 {
     _ntrClient.sendWriteMemPacketByte(addr, (uint)pid, buf);
 }