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