Class Ring0Manager
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
AmsNetIdThe target AmsNetId to connect to.
Properties
Parameters
Gets the parameters for the Ring 0 operations.
public Ring0Parameters Parameters { get; }
Property Value
State
Gets the state information for the Ring 0 operations.
public Ring0State State { get; }