IControlSubsystem Interface
This interface is the abstraction of the concrete implementation by class Subsystem.
Namespace:
IntervalZero.MaxRT.wRTOS.Control
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public interface IControlSubsystem
The IControlSubsystem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose method. (Inherited from wRTOSObject.) |
|
|
|
Called when a property is changed (Inherited from wRTOSObject.) |
|
|
|
Starts the Subsystem. If the Subsystem fails to start properly, this method throws an exception of type wRTOSException, and instance property State returns START_ERROR. If the TCP/IP stack is set to run on wRTOS start and its license is not valid throws wRTOSInvalidTcpIpStackLicense exception. |
|
|
|
StartDebuggerListening |
Tells the Subsystem to start listening for new remote debugging attached connections to this computer. |
|
|
Stops the Subsystem. If the Subsystem fails to stop properly, this method throws an exception of type wRTOSException, and instance property State returns STOP_ERROR. |
|
|
|
StopDebuggerListening |
Tells the Subsystem to stop listening for new remote debugging attached connections to this computer. |
Properties
| Name | Description | |
|---|---|---|
|
|
ExtendedStatus |
See property ExtendedStatus. |
|
|
State |
See property State. |
See Also: