|
|||||||||
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.TransmitToOffset
public class TransmitToOffset
A class that represents a VHI TransmitToOffset command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.transmitToOffset(java.lang.String, int)
Constructor Summary | |
---|---|
TransmitToOffset(java.lang.String value,
int offset,
int waitForEcho)
Constructs a new TransmitToOffset command. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the command name. |
int |
getOffset()
Gets the offset. |
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 TransmitToOffset(java.lang.String value, int offset, int waitForEcho)
value
- the value to transmitoffset
- the zero-based offsetwaitForEcho
- type of wait for echo to perform. See HostSession.transmitToOffset(java.lang.String, int)
.Method Detail |
---|
public java.lang.String getValue()
public int getOffset()
public int getWaitForEcho()
HostSession.transmitToOffset(java.lang.String, 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 |