コード例 #1
0
ファイル: PlcTcpClient.cs プロジェクト: dreaming123/ntiZZLK
 public int GetProgramBlock(S7BlockType blockType, int number, byte[] buffer, ref int length)
 {
     return(mConn.GetProgramBlock(blockType, number, buffer, ref length));
 }