47
Visual Basic object definitions
CHostData properties
Table 2-53
describes the connection type properties and return values. Replace
the information in angle brackets with the actual values.
Table 2-53
Connection type properties and return values
Property
Return
value
Description
String = <CHostData>.ConnectionTypes
String
Returns the connection type of the host object.
Integer = <CHostData>.ConnectionType
Integer
Returns the number of available connection types.
The following are examples of valid connection
types:
■
COM1
■
COM2
■
COM3
■
COM4
■
LPT1
■
LPT2
■
LPT3
■
LPT4
■
TCP/IP
■
SPX
■
NetBIOS
■
Infrared
■
ISDN via CAPI 2.0
■
Modem name (as it appears on the computer)
String = <CHostData>.FirstConnectionType
String
Returns the first available connection type.
String = <CHostData>.NextConnectionType
String
Returns the next available connection type. This is
called sequentially for the number of connection
types that is set in <CHostData>.ConnectionTypes
to enumerate all connection types.
Bool = <CHostData>.FindConnectionType
(ConnectionType)
Bool
Returns TRUE if the named connection type is
found in the list of available connection types.
Integer =
<CHostData>.MaxAssignedConnections
Integer
Returns the maximum number of connection
types that can be active on this host.
String = <CHostData>.FirstAssignedConnection String
Returns the first assigned active connection type.
String = <CHostData>.NextAssignedConnection String
Returns the next assigned active connection type.
Bool = <CHostData>.FindAssignedConnection
(ConnectionType)
Bool
Returns TRUE if the connection type that is
passed in matches any of the active connection
types.
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 ...