4D Internet Commands v16

IT_PPPDisconnect

Home

 
4D Internet Commands v16
IT_PPPDisconnect

IT_PPPDisconnect 


 

IT_PPPDisconnect ( pppProfil ) -> Function result 
Parameter Type   Description
pppProfil  String in Dial-up name = Null string on Mac OS, optionally filled under Windows
Function result  Integer in Error code

The IT_PPPDisconnect command closes the current dial-up connection previously opened by IT_PPPConnect.

pppProfil is a text value specifying the dial-up connection to close.
Under Windows, this parameter may be useful when several PPP connections are opened simultaneously. Using this parameter will ensure good running whatever the user network configuration.

  • If only one connection is opened and pppProfil is not passed or is passed as a null string, IT_PPPDisconnect closes the opened connection.
  •  If several connections are opened and pppProfil is not passed or is passed as a null string, IT_PPPDisconnect returns an error and does not close any connection.
  • If pppProfil is passed and valid, the specified connection is closed whatever the number of opened connections.

This parameter is not taken into account.



See also 

IT_PPPConnect
IT_PPPStatus

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC Utilities
Number: 88853

 
HISTORY 

Created: 4D Internet Commands 6.8.1

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v16)