コード例 #1
0
ファイル: snap7.net.cs プロジェクト: Okalmas/s7netplus
 public int GetProtection(ref S7Protection Protection)
 {
     return Cli_GetProtection(Client, ref Protection);
 }
コード例 #2
0
ファイル: snap7.net.cs プロジェクト: Okalmas/s7netplus
 protected static extern int Cli_GetProtection(IntPtr Client, ref S7Protection Protection);