コード例 #1
0
ファイル: OPCGroup.cs プロジェクト: Guoyingbin/HNXC_WCS
 internal OPCGroup(OPCServer server, string groupName, int updateRate)
 {
     this.parent = server;
     this.GroupName = groupName;
     this.updateRate = updateRate;
     this.items = new OPCItemCollection();
 }
コード例 #2
0
ファイル: OPCGroup.cs プロジェクト: smallredarmy/HNXC_WCS
 internal OPCGroup(OPCServer server, string groupName, int updateRate)
 {
     this.parent     = server;
     this.GroupName  = groupName;
     this.updateRate = updateRate;
     this.items      = new OPCItemCollection();
 }