Table of Contents

Class Ring0Manager

Namespace
TwinSharp.NC
Assembly
TwinSharp.dll

Manages the low level Ring 0 operations for the NC system.

public class Ring0Manager
Inheritance
Ring0Manager
Inherited Members

Constructors

Ring0Manager(AmsNetId)

Initializes a new instance of the Ring0Manager class. Connects to the specified target using the ADS client.

public Ring0Manager(AmsNetId target)

Parameters

target AmsNetId

The target AmsNetId to connect to.

Properties

Parameters

Gets the parameters for the Ring 0 operations.

public Ring0Parameters Parameters { get; }

Property Value

Ring0Parameters

State

Gets the state information for the Ring 0 operations.

public Ring0State State { get; }

Property Value

Ring0State