Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - faxretrywait http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FaxRetryWait
 Get/set wait between busy retries
------------------------------------------------------------------------------
 Syntax

    FaxRetryWait(<nDev>, [<nNewWait>]) -> nOldWait

 Parameters

    <nDev> is a fax device number.

    <nNewWait> is the wait time between retries.

 Returns

    Old wait time.

 Description

    FaxSend() can optionally wait and retry if it detects a busy signal when
    dialing to send a fax.  FaxRetryWait() sets the number of seconds the
    fax device will wait between tries.  FaxRetries() sets the number of
    times it will try.

    The default value of FaxRetryWait() is 10 seconds.

    If the call fails for any reason other than a busy signal, it will not
    be retried.  (Other failures usually indicate a real problem, like a
    wrong number or broken fax machine.)  Busy signal detection is enabled
    or disabled by FaxOptions().

 Example

    FaxRetries(1, 4)        // Try four times...
    FaxRetryWait(1, 300)    // ...five minutes (300 sec.) apart.

See Also: FaxRetries FaxInitString

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson