The user does not need to construct OpcGroup objects. This is done internally in the OpcServer.AddGroup method.
After the group is created the user needs to add a set of items to the group using the function AddItems. After that the added items can be accessed using the synchronous or asynchronous read / write functions of the group object.
Visual Basic (Declaration) | |
---|---|
Public Class OpcGroup |
C# | |
---|---|
public class OpcGroup |
System.Object
OPCDA.NET.OpcGroup