»
Developer Library »
API Reference »
C++ API reference »
CommDb »
Dial-in ISP table
Dial-in ISP table
Support
Supported from 6.0
Description
The following macros define values for the in ISP table
fields. The description is followed by the field type, and whether the
specified field may be left null or not.
ISP_DESCRIPTION
Description
Description of ISP (for use by applications etc.)
Type: Text. Null: yes
ISP_TYPE
Description
TCommsDbIspType value indicating ISP type, e.g. Internet, LAN, etc.
Type: TUint32. Null: yes
ISP_USE_LOGIN_SCRIPT
Description
Use login script?
Type: TBool. Null: no
ISP_LOGIN_SCRIPT
Description
Login script (used if ISP_USE_LOGIN_SCRIPT is ETrue).
Type Text. Null: yes.
ISP_IF_NAME
Description
Interface name, e.g. "PPP" or "SLIP"
Type: Text. Null: no
ISP_AUTHENTICATION
Description
Reserved for future use.
Type: Text. Null: yes.
ISP_IF_AUTH_RETRIES
Description
Number of retries if authentication fails.
Type: TUint32. Null: yes.
ISP_IF_PARAMS
Description
Interface parameter string
Type: Text. Null: yes
ISP_IF_NETWORKS
Description
Comma separated list of network protocols, e.g. "IP"
Type: Text. Null: yes
ISP_IP_ADDR_FROM_SERVER
Description
Get IP address from server?
Type: TBool. Null: no
ISP_IP_ADDR
Description
IP address of interface
Type: Text. Null: yes
ISP_IP_NETMASK
Description
IP net mask of interface
Type: Text. Null: yes
ISP_IP_GATEWAY
Description
IP address of gateway
Type: Text. Null: yes
ISP_IP_DNS_ADDR_FROM_SERVER
ISP_IP_DNS_ADDR_FROM_SERVER
Description
Get DNS addresses from server?
Type: TBool. Null: no
ISP_IP_NAME_SERVER1
Description
IP address of primary name server
Type: Text. Null: yes
ISP_IP_NAME_SERVER2
Description
IP address of secondary name server
Type: Text. Null: yes
ISP_ENABLE_IP_HEADER_COMP
ISP_ENABLE_IP_HEADER_COMP
Description
Enable IP header compression?
Type: TBool. Null: yes
ISP_ENABLE_LCP_EXTENSIONS
ISP_ENABLE_LCP_EXTENSIONS
Description
Enable LCP extensions?
Type: TBool. Null: yes
ISP_DISABLE_PLAIN_TEXT_AUTH
ISP_DISABLE_PLAIN_TEXT_AUTH
Description
Disable plain text authentication?
Type: TBool. Null: yes
ISP_ENABLE_SW_COMP
Description
Enable software compression (e.g. Microsoft, STAC or Predictor
compression)?
Type: TBool. Null: yes
ISP_BEARER_CE
Description
The bearer CE (RMobileCall::TMobileCallTchCoding
value)
Type: TUint32. Null: yes
ISP_BEARER_NAME
Description
The name of the bearer (RMobileCall::TMobileCallDataProtocol
value)
Type: TUint32. Null: yes
ISP_BEARER_SPEED
Description
Connection speed if this is an ISDN, HSCSD or other connection
(RMobileCall::TMobileCallDataSpeed value).
Type: TUint32. Null: yes
ISP_INIT_STRING
Description
Modem initialization string to be used when this ISP is in use.
This string will be copied into the MODEM_ISP_INIT_STRING field by
RGenericAgent.
Type: TUint32. Null: yes
ISP_USE_EDGE
Description
Use edge?
Type: TBool. Null: yes