IConfigServerConsole Interface
This interface is the abstraction of the concrete implementation by class ServerConsole.
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 interface IConfigServerConsole
The IConfigServerConsole type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
DisplayBufferSize |
See property DisplayBufferSize. |
|
|
DisplayUserInterface |
See property DisplayUserInterface. |
|
|
LogDataToFile |
See property LogDataToFile. |
|
|
StartMinimized |
See property StartMinimized. |
Methods
| Name | Description | |
|---|---|---|
|
|
Reset |
Resets all Config.ServerConsole properties to their default values |
|
|
ResetDisplayBufferSize |
See property DisplayBufferSize. |
|
|
ResetDisplayUserInterface |
See property DisplayUserInterface. |
|
|
ResetLogDataToFile |
See property LogDataToFile. |
|
|
ResetStartMinimized |
See property StartMinimized. |
See Also: