ServerConsole.DisplayBufferSize Property
Gets or sets the screen buffer size (in kilobytes) of the wRTOS Server Console. If console output exceeds this limit, the oldest text in the console window is deleted.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public uint DisplayBufferSize { get; set; }
Property Value
Type: UInt32
Implements
IConfigServerConsole.DisplayBufferSize
See Also: