コード例 #1
0
ファイル: PlcTcpClient.cs プロジェクト: dreaming123/ntiZZLK
 public uint GetU32At(int pos)
 {
     return(mConn.GetU32At(pos));
 }