Symantec PCANYWHERE - OLE AUTOMATION GUIDE V12.1 Manual page 95

Ole automation guide
Table of Contents

Advertisement

RTS/CTS
BOTH
The following code sets the connection start values:
BSTR GetComStartedBy();
void SetComStartedBy(LPCTSTR lpszNewValue);
Connection start values are as follows:
Always connected
Carrier detect (DCD)
Clear to send (CTS)
Data set ready (DSR)
Ring indicator (RI)
Receive 2 <CR>'s
Modem response
The following code sets the connection end values:
BSTR GetComEndedBy();
void SetComEndedBy(LPCTSTR lpszNewValue);
Connection end values are as follows:
Always connected
Carrier detect (DCD)
Clear to send (CTS)
Data set ready (DSR)
Ring indicator (RI)
The following code sets the connection speed:
long GetComSpeed();
void SetComSpeed(long nNewValue);
Connection speed values are as follows:
110
300
600
1200
2400
4800
Visual C++ object definitions
CHostData object
95

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere v12.1

Table of Contents