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