Skip to content

ITerminalAwarePresentationFilter

Namespace: Hex1b

Assembly: Hex1b.dll

Presentation filter that requires a reference to the terminal.

csharp
public interface ITerminalAwarePresentationFilter : IHex1bTerminalPresentationFilter

Methods

SetTerminal(Hex1bTerminal)

Called when the terminal is created, before the session starts.

Parameters:

csharp
void SetTerminal(Hex1bTerminal terminal)

Remarks

Filters implementing this interface will receive the terminal reference during terminal construction, before the session starts.

Released under the MIT License.