Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: cdbcols.h

Incoming and Outgoing GPRS tables

Support

Supported from 6.1

Description

The following macros define values for the Incoming GPRS and Outgoing GPRS table fields. Both tables have the same set of fields.

The description is followed by the field type, and whether the specified field may be left null or not.


GPRS_APN

GPRS_APN

Description

Access point name.

Type: Text. Null: yes

[Top]


GPRS_PDP_TYPE

GPRS_PDP_TYPE

Description

PDP (Packet Data Protocol, e.g. IP) type.

Type: TUint32. Null: no

[Top]


GPRS_PDP_ADDRESS

GPRS_PDP_ADDRESS

Description

PDP address of the phone.

Type: Text. Null: yes

[Top]


GPRS_REQ_PRECEDENCE

GPRS_REQ_PRECEDENCE

Description

Requested quality of service precedence class.

Values for this are defined by the enum RGprsContext::TQoSPrecedencePhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_REQ_DELAY

GPRS_REQ_DELAY

Description

Requested quality of service delay class.

Values for this are defined by the enum RGprsContext::TQoSDelayPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_REQ_RELIABIITY

GPRS_REQ_RELIABIITY

Description

Requested quality of service reliability class.

Values for this are defined by the enum RGprsContext::TQoSReliabilityPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_REQ_PEAK_THROUGHPUT

GPRS_REQ_PEAK_THROUGHPUT

Description

Requested quality of service peak throughput class.

Values for this are defined by the enum RGprsContext::TQoSPeakThroughputPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_REQ_MEAN_THROUGHPUT

GPRS_REQ_MEAN_THROUGHPUT

Description

Requested quality of service mean throughput class.

Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_MIN_PRECEDENCE

GPRS_MIN_PRECEDENCE

Description

Minimum quality of service precedence class.

Values for this are defined by the enum RGprsContext::TQoSPrecedencePhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_MIN_DELAY

GPRS_MIN_DELAY

Description

Minimum quality of service delay class.

Values for this are defined by the enum RGprsContext::TQoSDelayPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_MIN_RELIABIITY

GPRS_MIN_RELIABIITY

Description

Minimum quality of service reliability class.

Values for this are defined by the enum RGprsContext::TQoSReliabilityPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_MIN_PEAK_THROUGHPUT

GPRS_MIN_PEAK_THROUGHPUT

Description

Minimum quality of service peak throughput class.

Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_MIN_MEAN_THROUGHPUT

GPRS_MIN_MEAN_THROUGHPUT

Description

Minimum quality of service mean throughput class.

Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1 in etelgprs.h.

Type: TUint32. Null: yes

[Top]


GPRS_DATA_COMPRESSION

GPRS_DATA_COMPRESSION

Description

Whether data compression is on.

Type: TBool. Null: yes

[Top]


GPRS_HEADER_COMPRESSION

GPRS_HEADER_COMPRESSION

Description

Whether IP header compression is on.

Type: TBool. Null: yes

[Top]


GPRS_ANONYMOUS_ACCESS

GPRS_ANONYMOUS_ACCESS

Description

Whether use of anonymous access is on.

Type: TBool. Null: yes

[Top]


GPRS_IF_NAME

GPRS_IF_NAME

Description

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

Type: Text. Null: no

[Top]


GPRS_IF_PARAMS

GPRS_IF_PARAMS

Description

Interface parameter string.

Type: Text. Null: yes

[Top]


GPRS_IF_NETWORKS

GPRS_IF_NETWORKS

Description

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

Type: Text. Null: yes

[Top]


GPRS_IF_PROMPT_FOR_AUTH

GPRS_IF_PROMPT_FOR_AUTH

Description

Whether to prompt user for authentication username and password.

Type: TBool. Null: no

[Top]


GPRS_IF_AUTH_NAME

GPRS_IF_AUTH_NAME

Description

Authentication username used by PPP.

Type: Text. Null: yes

[Top]


GPRS_IF_AUTH_PASS

GPRS_IF_AUTH_PASS

Description

Authentication password used by PPP.

Type: Text. Null: yes

[Top]


GPRS_IF_AUTH_RETRIES

GPRS_IF_AUTH_RETRIES

Description

Number of times to retry authentication if it fails.

Type: TUint32. Null: yes

[Top]


GPRS_IP_NET_MASK

GPRS_IP_NET_MASK

Description

IP net mask of the interface.

Type: Text. Null: yes

[Top]


GPRS_IP_GATEWAY

GPRS_IP_GATEWAY

Description

IP address of the gateway.

Type: Text. Null: yes

[Top]


GPRS_IP_ADDR_FROM_SERVER

GPRS_IP_ADDR_FROM_SERVER

Description

Whether to get IP addresses (for the Symbian device) from the server.

Type: TBool. Null: no

[Top]


GPRS_IP_ADDR

GPRS_IP_ADDR

Description

IP address of the Symbian device

Type: Text. Null: yes

[Top]


GPRS_IP_DNS_ADDR_FROM_SERVER

GPRS_IP_DNS_ADDR_FROM_SERVER

Description

Whether to get DNS addresses from the server.

Type: TBool. Null: no

[Top]


GPRS_IP_NAME_SERVER1

GPRS_IP_NAME_SERVER1

Description

IP address of the primary name server.

Type: Text. Null: yes

[Top]


GPRS_IP_NAME_SERVER2

GPRS_IP_NAME_SERVER2

Description

IP address of the secondary name server.

Type: Text. Null: yes

[Top]


GPRS_ENABLE_LCP_EXTENSIONS

GPRS_ENABLE_LCP_EXTENSIONS

Description

Whether to enable LCP extensions.

Type: TBool. Null: yes

[Top]


GPRS_DISABLE_PLAIN_TEXT_AUTH

GPRS_DISABLE_PLAIN_TEXT_AUTH

Description

Whether to disable plain text authentication.

Type: TBool. Null: yes