Class Group
Represents a group in the TwinCAT NC system.
public class Group
- Inheritance
-
Group
- Inherited Members
Constructors
Group(AdsClient, uint)
Initializes a new instance of the Group class.
public Group(AdsClient client, uint id)
Parameters
client
AdsClientThe ADS client.
id
uintThe group ID.
Properties
Functions
Gets the functions of the group.
public GroupFunctions Functions { get; }
Property Value
Parameters
Gets the parameters of the group.
public GroupParameters Parameters { get; }
Property Value
State
Gets the state of the group.
public GroupState State { get; }