Back to product page

SendSpecial method


Sends special key to the server, depending on emulation.

Syntax

  • Basic
object.SendSpecial (KeyNum)
The SendSpecial(object,KeyNum) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX
KeyNumA SpecialKeysEnum enumeration. Code of special character to send.

Remarks

SendSpecial method sends nonprintable character to the server, translated using current TerminalEmulation settings. Typically, you will use this method to send function keys (such as F1, F2...) to the server.

Platforms

Windows