stamp.util.dialer
Class  DialerControl
java.lang.Object
  |
  +--stamp.util.dialer.DialerControl
- public class DialerControl
- extends Object
  
Dialer control for automated dialing of modems and ISPs.
 
 
 
| 
Method Summary | 
 boolean | 
runScript()
 
          Runs the script. | 
 
 
SUCCESS_OFFSET
public static final int SUCCESS_OFFSET
FAILURE_OFFSET
public static final int FAILURE_OFFSET
debug
public boolean debug
- Whether debugging information should be printed.
 
failureCount
public int failureCount
- The current failure count.
 
DialerControl
public DialerControl(DialerAction[] script)
runScript
public boolean runScript()
- Runs the script.
- Returns:
 - true if the script completes successfully, false otherwise.