Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual page 77

Hide thumbs Also See for PCANYWHERE - OLE AUTOMATION GUIDE V 12.5:
Table of Contents

Advertisement

COM2
COM3
COM4
SPX
NetBIOS
TCP/IP
ISDN via CAPI 2.0
DEFAULT TAPI
The name of a TAPI device can also be used as a connection type. DEFAULT TAPI
uses the first TAPI device found in the system. To use a specific TAPI device, use
FirstConnectionType() and NextConnectionType() to search for available devices.
The following code unassigns a connection type. After unassigning a connection
type, the remaining assigned connection, if any, becomes the current connection
type for subsequent device-specific method calls.
BOOL UnassignConnection(LPCTSTR lpszNewValue);
The following code sets the communications parity levels:
BSTR GetComParity();
void SetComParity(LPCTSTR lpszNewValue);
Communication parity values are as follows:
None
Odd
Even
Mark
Space
The following code sets the flow control levels:
BSTR GetComFlowControl();void SetComFlowControl(LPCTSTR
lpszNewValue);
Flow control values are as follows:
<None>
XONXOFF
RTS/CTS
Visual C++ object definitions
CHostData object
77

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents