Example #1
0
 public int GetCpInfo(ref S7CpInfo Info)
 {
     return Cli_GetCpInfo(Client, ref Info);
 }
Example #2
0
 protected static extern int Cli_GetCpInfo(IntPtr Client, ref S7CpInfo Info);