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