com.wrq.vhi.script.api.command
Class TransmitTerminalKey

java.lang.Object
  extended by com.wrq.vhi.script.api.command.Command
      extended by com.wrq.vhi.script.api.command.TransmitTerminalKey

public class TransmitTerminalKey
extends Command

A class that represents a VHI TransmitTerminalKey command.

See Also:
CommandList, HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)

Constructor Summary
TransmitTerminalKey(int terminalKey)
          Constructs a new TransmitTerminalKey command.
 
Method Summary
 java.lang.String getName()
          Gets the command name.
 int getTerminalKey()
          Gets the terminal key.
 
Methods inherited from class com.wrq.vhi.script.api.command.Command
isValidEchoType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransmitTerminalKey

public TransmitTerminalKey(int terminalKey)
Constructs a new TransmitTerminalKey command.

Parameters:
terminalKey - the AppConnAidKey constant for the terminal key
Method Detail

getTerminalKey

public int getTerminalKey()
Gets the terminal key.

Returns:
the AppConnAidKey constant for the terminal key

getName

public java.lang.String getName()
Gets the command name.

Specified by:
getName in class Command
Returns:
the command name