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
Содержание PCANYWHERE - OLE AUTOMATION GUIDE V12.1
Страница 1: ...Symantec pcAnywhere OLE Automation Guide ...
Страница 6: ......
Страница 18: ...18 Using OLE Automation with Symantec pcAnywhere Where to find more information ...
Страница 68: ...68 Visual Basic object definitions Awrem32 functions ...
Страница 108: ...108 Visual C object definitions Awrem32 functions ...
Страница 112: ...112 Index ...