
418
Function #42 .fcTCnnUsr
Connect TCP/IP communications pathway with user
settings
Syntax: CALL "SOCKET.FN3" .fcTCnnUsr INTERFACE%,
IPADDRESS$, SUBNETMASK$, GATEWAY$, PPPMODE%,
USERNAME$, PASSWORD$
Description:
This function connects the TCP/IP communications pathway based on the
supplied user settings.
Parameters: INTERFACE% Communications pathway
IPADDRESS$ Internet address in dotted quad notation
SUBNETMASK$ Subnet mask in dotted quad notation
GATEWAY$ Default gateway in dotted quad notation
PPPMODE% PPP authentication procedure
USERNAME$
User name for PPP authentication
PASSWORD$
Password for PPP authentication
The PPP authentication procedure (
PPPMODE%) must be one of the
following values:
.soPPPAuthNo
0
None authentication
.soPPPPAP
1
PAP
.soPPPCHAP
2
CHAP
Return value: (None)
Comentários a estes Manuais