Table of Contents

Class Group

Namespace
TwinSharp.NC
Assembly
TwinSharp.dll

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 AdsClient

The ADS client.

id uint

The group ID.

Properties

Functions

Gets the functions of the group.

public GroupFunctions Functions { get; }

Property Value

GroupFunctions

Parameters

Gets the parameters of the group.

public GroupParameters Parameters { get; }

Property Value

GroupParameters

State

Gets the state of the group.

public GroupState State { get; }

Property Value

GroupState