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 - faxminspeed http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FaxMinSpeed
 Get/set minimum fax speed
------------------------------------------------------------------------------
 Syntax

    FaxMinSpeed(<nDev>, [<nNewMin>]) -> nOldMin

 Parameters

    <nDev> is a fax device number.

    <nNewMin> is the new minimum fax speed.

 Returns

    Old minimum fax speed.

 Description

    FaxMinSpeed() allows you to set the minimum speed that Faxual II will
    allow when trying to send a fax.  If the connection speed is slower than
    the minimum, FaxSend() will fail with an error code of 4042, Connection
    too slow.  This will also happen if the speed falls below the minimum
    during a transmission, due to renegotiation.

    The default value of FaxMinSpeed() is 0, meaning that any speed is okay.
    Possible speeds for a fax connection are 2400, 4800, 7200, 9600, 12000,
    and 14400 BPS.  Setting FaxMinSpeed() to one of those values makes that
    the minimum acceptable speed.  Setting FaxMinSpeed() over 14400 makes it
    impossible to send a fax--the modem will dial, connect, and negotiate,
    then hang up and terminate the operation.

See Also: FaxSpeed

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