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

Copy
public interface IConfigServerConsole

 

The IConfigServerConsole type exposes the following members.

Properties

  Name Description

Public property

DisplayBufferSize

See property DisplayBufferSize.

Public property

DisplayUserInterface

See property DisplayUserInterface.

Public property

LogDataToFile

See property LogDataToFile.

Public property

StartMinimized

See property StartMinimized.

Methods

  Name Description

Public method

Reset

Resets all Config.ServerConsole properties to their default values

Public method

ResetDisplayBufferSize

See property DisplayBufferSize.

Public method

ResetDisplayUserInterface

See property DisplayUserInterface.

Public method

ResetLogDataToFile

See property LogDataToFile.

Public method

ResetStartMinimized

See property StartMinimized.

See Also: