95
Visual C++ object definitions
CHostData object
■
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
Summary of Contents for PCANYWHERE - OLE AUTOMATION GUIDE V12.1
Page 1: ...Symantec pcAnywhere OLE Automation Guide ...
Page 6: ......
Page 18: ...18 Using OLE Automation with Symantec pcAnywhere Where to find more information ...
Page 68: ...68 Visual Basic object definitions Awrem32 functions ...
Page 108: ...108 Visual C object definitions Awrem32 functions ...
Page 112: ...112 Index ...