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

Copy
public interface IControlSubsystem

 

The IControlSubsystem type exposes the following members.

Methods

  Name Description

Public method

Dispose

Dispose method.

(Inherited from wRTOSObject.)

Protected method

OnNotifyPropertyChanged

Called when a property is changed

(Inherited from wRTOSObject.)

Public method

Start

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.

Public method

StartDebuggerListening

Tells the Subsystem to start listening for new remote debugging attached connections to this computer.

Public method

Stop

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.

Public method

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: