Email:
sales@wcscnet.com


Competent Technical Support By Knowledgeable Engineers

View Cart

Checkout

RSS Feed
Home
Products
Services
Support
File Download
Testimonials
NewsLetters
Press Releases
Tutorials
WebLog (News)
WCSC Partners
Developer Tools

Register for WCSC email updates

Wires No More!
$159.99 a pair


Wireless Serial Adapter
(Bluetooth to RS232)

 

Credit Card Merchant Services

How to make file transfer abort if loss of carrier detect.

The following function should be called before a file transfer call in order to force the file transfer function to abort if the carrier detect signal is lost or the other end of the call hangs up.

extern "C" int _stdcall SetXferParameters(unsigned int cmd,unsigned long value);

#define CDRVXFER_MONITORCD    8
#define CDRV_TRUE             1
#define CDRV_FALSE            0


SetXferParameters(CDRVXFER_MONITORCD,CDRV_TRUE);
 

 

 

Updated: 08/07/2008 

Copyright © 2008 by Willies Computer Software Co