Beispiel #1
0
 public int ListBlocks(ref S7BlocksList List)
 {
     return Cli_ListBlocks(Client, ref List);
 }
Beispiel #2
0
 protected static extern int Cli_ListBlocks(IntPtr Client, ref S7BlocksList List);