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
public class RemoteDebugger : wRTOSObject,
IConfigRemoteDebugger
The RemoteDebugger class exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Constructor |
Properties
| Name | Description | |
|---|---|---|
|
|
Gets/sets whether or not remote debug attach connections to the computer are allowed. |
|
|
|
Gets/sets the IPv4 address of the host system. |
|
|
|
Gets/sets the Port ID of the target system. This value must be between 1 and 65534. The default is 31094. |
|
|
|
Retrieves the Uniform Resource Identifier (URI) in use by the target system. |
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose method. (Inherited from wRTOSObject.) |
|
|
|
Resets all wRTOS remote debugger properties to their default values. |
|
|
|
Resets the RemoteDebuggerEnable property to its default value (disabled). |
|
|
|
Resets the RemoteDebuggerName property to the default IPv4 address of the host system. |
|
|
|
Resets the RemoteDebuggerPort property to its default port number (31094). |
See Also: