|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.vhi.script.api.command.Command
com.wrq.vhi.script.api.command.TransmitTerminalKey
public class TransmitTerminalKey
A class that represents a VHI TransmitTerminalKey command.
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 |
---|
public TransmitTerminalKey(int terminalKey)
terminalKey
- the AppConnAidKey constant for the terminal keyMethod Detail |
---|
public int getTerminalKey()
public java.lang.String getName()
getName
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |