Remote Access Connection class
![]() | Construction |
![]() | Overrides from class PObject |
![]() | Dial/Hangup functions |
![]() | Error/Status functions |
![]() | Information functions |
![]() | Configuration functions |
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
Remote Access Connection class
PRemoteConnection( const PString & name )
virtual PINDEX HashFunction() const
BOOL Open( const PString & name, BOOL existing = FALSE )
existing - Flag for open only if already connected.BOOL Open( const PString & name, const PString & username, const PString & password, BOOL existing = FALSE )
username - Username for remote log in.
password - password for remote log in.
existing - Flag for open only if already connected.void Close()
Connected
InProgress
LineBusy
NoDialTone
NoAnswer
PortInUse
NoNameOrNumber
AccessDenied
HardwareFailure
GeneralFailure
ConnectionLost
NotInstalled
DWORD GetErrorCode() const
PString GetAddress()
static PStringArray GetAvailableNames()
PString phoneNumber
PString ipAddress
PString dnsAddress
PString script
PINDEX subEntries
BOOL dialAllSubEntries
static Status GetConfiguration( const PString & name, Configuration & config )
Status SetConfiguration( const Configuration & config, BOOL create = FALSE )
create - Flag to create connection if not presentstatic Status SetConfiguration( const PString & name, const Configuration & config, BOOL create = FALSE )
config - Configuration of remote connection
create - Flag to create connection if not presentstatic Status RemoveConfiguration( const PString & name )
Alphabetic index HTML hierarchy of classes or Java