|
|||||||||
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.Transmit
public class Transmit
A class that represents a VHI Transmit command.
Constructor Summary | |
---|---|
Transmit(java.lang.String text)
Constructs a new Transmit command using HostSession.DONT_WAIT_FOR_ECHO . |
|
Transmit(java.lang.String text,
int waitForEcho)
Constructs a new Transmit command. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the command name. |
java.lang.String |
getText()
Gets the text to transmit. |
int |
getWaitForEcho()
Gets the wait for echo mode. |
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 Transmit(java.lang.String text)
HostSession.DONT_WAIT_FOR_ECHO
.
text
- the text to transmitpublic Transmit(java.lang.String text, int waitForEcho)
text
- the text to transmitwaitForEcho
- type of wait for echo to perform. See HostSession.transmit(java.lang.String)
.Method Detail |
---|
public java.lang.String getText()
public int getWaitForEcho()
HostSession.transmit(java.lang.String)
.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 |