Exemplo n.º 1
0
 public int GetProgramBlock(S7BlockType blockType, int number, byte[] buffer, ref int length)
 {
     return(mConn.GetProgramBlock(blockType, number, buffer, ref length));
 }