Exemplo n.º 1
0
 public int ReadSZL(int ID, int Index, ref S7SZL Data, ref Int32 Size)
 {
     return Cli_ReadSZL(Client, ID, Index, ref Data, ref Size);
 }
Exemplo n.º 2
0
 protected static extern int Cli_ReadSZL(IntPtr Client, int ID, int Index, ref S7SZL Data, ref Int32 Size);