Class Channel
Represents a channel in the TwinCAT NC system.
public class Channel
- Inheritance
-
Channel
- Inherited Members
Constructors
Channel(AdsClient, uint)
Initializes a new instance of the Channel class.
public Channel(AdsClient client, uint id)
Parameters
client
AdsClientThe ADS client connected to the target.
id
uintThe channel ID.
Properties
CyclicProcessData
Gets the cyclic process data of the channel.
public ChannelCyclicProcessData CyclicProcessData { get; }
Property Value
Functions
Gets the channel functions.
public ChannelFunctions Functions { get; }
Property Value
Parameters
Gets the channel parameters.
public ChannelParameters Parameters { get; }
Property Value
State
Gets the channel state.
public ChannelState State { get; }