Sends a key to the server. This is used for sending function keys such as Enter or F10.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Sub Send ( _ key As FunctionKey _ ) |
C# |
---|
public void Send( FunctionKey key ) |
Parameters
- key
- Type: Rebex.TerminalEmulation..::..FunctionKey
Key to be sent.