Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: cdbcols.h

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

ISP_DESCRIPTION

Description

Description of ISP (for use by applications etc.)

Type: Text. Null: yes

[Top]


ISP_TYPE

ISP_TYPE

Description

TCommsDbIspType value indicating ISP type, e.g. Internet, LAN, etc.

Type: TUint32. Null: yes

[Top]


ISP_USE_LOGIN_SCRIPT

ISP_USE_LOGIN_SCRIPT

Description

Use login script?

Type: TBool. Null: no

[Top]


ISP_LOGIN_SCRIPT

ISP_LOGIN_SCRIPT

Description

Login script (used if ISP_USE_LOGIN_SCRIPT is ETrue).

Type Text. Null: yes.

[Top]


ISP_IF_NAME

ISP_IF_NAME

Description

Interface name, e.g. "PPP" or "SLIP"

Type: Text. Null: no

[Top]


ISP_AUTHENTICATION

ISP_AUTHENTICATION

Description

Reserved for future use.

Type: Text. Null: yes.

[Top]


ISP_IF_AUTH_RETRIES

ISP_IF_AUTH_RETRIES

Description

Number of retries if authentication fails.

Type: TUint32. Null: yes.

[Top]


ISP_IF_PARAMS

ISP_IF_PARAMS

Description

Interface parameter string

Type: Text. Null: yes

[Top]


ISP_IF_NETWORKS

ISP_IF_NETWORKS

Description

Comma separated list of network protocols, e.g. "IP"

Type: Text. Null: yes

[Top]


ISP_IP_ADDR_FROM_SERVER

ISP_IP_ADDR_FROM_SERVER

Description

Get IP address from server?

Type: TBool. Null: no

[Top]


ISP_IP_ADDR

ISP_IP_ADDR

Description

IP address of interface

Type: Text. Null: yes

[Top]


ISP_IP_NETMASK

ISP_IP_NETMASK

Description

IP net mask of interface

Type: Text. Null: yes

[Top]


ISP_IP_GATEWAY

ISP_IP_GATEWAY

Description

IP address of gateway

Type: Text. Null: yes

[Top]


ISP_IP_DNS_ADDR_FROM_SERVER

ISP_IP_DNS_ADDR_FROM_SERVER

Description

Get DNS addresses from server?

Type: TBool. Null: no

[Top]


ISP_IP_NAME_SERVER1

ISP_IP_NAME_SERVER1

Description

IP address of primary name server

Type: Text. Null: yes

[Top]


ISP_IP_NAME_SERVER2

ISP_IP_NAME_SERVER2

Description

IP address of secondary name server

Type: Text. Null: yes

[Top]


ISP_ENABLE_IP_HEADER_COMP

ISP_ENABLE_IP_HEADER_COMP

Description

Enable IP header compression?

Type: TBool. Null: yes

[Top]


ISP_ENABLE_LCP_EXTENSIONS

ISP_ENABLE_LCP_EXTENSIONS

Description

Enable LCP extensions?

Type: TBool. Null: yes

[Top]


ISP_DISABLE_PLAIN_TEXT_AUTH

ISP_DISABLE_PLAIN_TEXT_AUTH

Description

Disable plain text authentication?

Type: TBool. Null: yes

[Top]


ISP_ENABLE_SW_COMP

ISP_ENABLE_SW_COMP

Description

Enable software compression (e.g. Microsoft, STAC or Predictor compression)?

Type: TBool. Null: yes

[Top]


ISP_BEARER_CE

ISP_BEARER_CE

Description

The bearer CE (RMobileCall::TMobileCallTchCoding value)

Type: TUint32. Null: yes

[Top]


ISP_BEARER_NAME

ISP_BEARER_NAME

Description

The name of the bearer (RMobileCall::TMobileCallDataProtocol value)

Type: TUint32. Null: yes

[Top]


ISP_BEARER_SPEED

ISP_BEARER_SPEED

Description

Connection speed if this is an ISDN, HSCSD or other connection (RMobileCall::TMobileCallDataSpeed value).

Type: TUint32. Null: yes

[Top]


ISP_INIT_STRING

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

[Top]


ISP_USE_EDGE

ISP_USE_EDGE

Description

Use edge?

Type: TBool. Null: yes