示例#1
0
 public int ReadSZLList(ref S7SZLList List, ref Int32 ItemsCount)
 {
     return Cli_ReadSZLList(Client, ref List, ref ItemsCount);
 }
示例#2
0
 protected static extern int Cli_ReadSZLList(IntPtr Client, ref S7SZLList List, ref Int32 ItemsCount);