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