RemoteDebugger Class

This class reads and modifies the configuration of the wRTOS Remote Debugger. Assignments to properties on an instance of this class modify Registry values that contain the persistent state of the configuration of the Remote Debugger.

Inheritance Hierarchy

System.Object
  IntervalZero.MaxRT.wRTOS.wRTOSObject
    IntervalZero.MaxRT.wRTOS.Config.RemoteDebugger

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class RemoteDebugger : wRTOSObject, 
    IConfigRemoteDebugger

 

The RemoteDebugger class exposes the following members.

Constructors

  Name Description

Public method

RemoteDebugger

Constructor

Properties

  Name Description

Public property

RemoteDebuggerEnable

Gets/sets whether or not remote debug attach connections to the computer are allowed.

Protected property

RemoteDebuggerName

Gets/sets the IPv4 address of the host system.

Public property

RemoteDebuggerPort

Gets/sets the Port ID of the target system. This value must be between 1 and 65534. The default is 31094.

Public property

RemoteDebuggerUriInUse

Retrieves the Uniform Resource Identifier (URI) in use by the target system.

Methods

  Name Description

Public method

Dispose

Dispose method.

(Inherited from wRTOSObject.)

Public method

Reset

Resets all wRTOS remote debugger properties to their default values.

Public method

ResetEnable

Resets the RemoteDebuggerEnable property to its default value (disabled).

Public method

ResetName

Resets the RemoteDebuggerName property to the default IPv4 address of the host system.

Public method

ResetPort

Resets the RemoteDebuggerPort property to its default port number (31094).

See Also: