Class TransmitTerminalKey
A class that represents a VHI TransmitTerminalKey command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class TransmitTerminalKey : Command
Constructors
TransmitTerminalKey(AppConnAidKey)
Constructs a new TransmitTerminalKey command.
Declaration
public TransmitTerminalKey(AppConnAidKey terminalKey)
Parameters
Type | Name | Description |
---|---|---|
AppConnAidKey | terminalKey | the AppConnAidKey constant for the terminal key |
See Also
Properties
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |
Overrides
See Also
TerminalKey
Gets the terminal key.
Declaration
public virtual AppConnAidKey TerminalKey { get; }
Property Value
Type | Description |
---|---|
AppConnAidKey | the AppConnAidKey constant for the terminal key |