ITerminalAwarePresentationFilter
Namespace: Hex1b
Assembly: Hex1b.dll
Presentation filter that requires a reference to the terminal.
csharp
public interface ITerminalAwarePresentationFilter : IHex1bTerminalPresentationFilterMethods
SetTerminal(Hex1bTerminal)
Called when the terminal is created, before the session starts.
Parameters:
terminal(Hex1bTerminal): The terminal instance.
csharp
void SetTerminal(Hex1bTerminal terminal)Remarks
Filters implementing this interface will receive the terminal reference during terminal construction, before the session starts.