|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.vhi.script.api.command.Command com.wrq.vhi.script.api.command.TransmitToLocation
public class TransmitToLocation
A class that represents a VHI TransmitToLocation command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.transmitToLocation(java.lang.String, int, int)
Constructor Summary | |
---|---|
TransmitToLocation(java.lang.String value,
int row,
int column,
int waitForEcho)
Constructs a new TransmitToLocation command. |
Method Summary | |
---|---|
int |
getColumn()
Gets the column. |
java.lang.String |
getName()
Gets the command name. |
int |
getRow()
Gets the row. |
java.lang.String |
getValue()
Gets the value. |
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 TransmitToLocation(java.lang.String value, int row, int column, int waitForEcho)
value
- the value to transmitrow
- the one-based rowcolumn
- the one-based columnwaitForEcho
- type of wait for echo to perform. See HostSession.transmitToLocation(java.lang.String, int, int)
.Method Detail |
---|
public java.lang.String getValue()
public int getRow()
public int getColumn()
public int getWaitForEcho()
HostSession.transmitToLocation(java.lang.String, int, int)
.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 |