|
|||||||||
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.WaitForHostSilence
public class WaitForHostSilence
A class that represents a VHI WaitForHostSilence command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForHostSilence(int, int)
Constructor Summary | |
---|---|
WaitForHostSilence(int duration,
int timeout)
Constructs a new WaitForHostSilence command. |
Method Summary | |
---|---|
int |
getDuration()
Gets the duration. |
java.lang.String |
getName()
Gets the command name. |
int |
getTimeout()
Gets the timeout. |
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 WaitForHostSilence(int duration, int timeout)
duration
- the duration in seconds that the communication must
be silent before returningtimeout
- the maximum time to wait in secondsMethod Detail |
---|
public int getDuration()
public int getTimeout()
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 |