Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: cdbcols.h

GPRS defaults table

Support

Supported from 6.1

Description

GPRS Phase 1 requires that a default PDP (Packet Data Protocol, e.g. IP4) context configuration for GPRS is stored for use when no other configuration information is specified for a context by the terminal. This table is provided for this purpose.

Defaults can be used when the device is used as a GPRS modem with an external device that does not specify GPRS parameters for the connection.

The following macros define the fields for the table. The description is followed by the field type, and whether the specified field may be left null or not.


DEFAULT_GPRS_USAGE

DEFAULT_GPRS_USAGE

Description

Enum to specify usage of this default.

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_APN

DEFAULT_GPRS_APN

Description

Default access point name.

Type: Text. Null: no

[Top]


DEFAULT_GPRS_PDP_TYPE

DEFAULT_GPRS_PDP_TYPE

Description

Default PDP type (e.g. IP4).

The enum TPdpType in etelgprs.h defines valid values for this field.

Type: TUint32. Null: no

[Top]


DEFAULT_GPRS_PDP_ADDRESS

DEFAULT_GPRS_PDP_ADDRESS

Description

Default PDP address.

Type: Text. Null: no

[Top]


DEFAULT_GPRS_PRECEDENCE

DEFAULT_GPRS_PRECEDENCE

Description

Default quality of service precedence class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_DELAY

DEFAULT_GPRS_DELAY

Description

Default quality of service delay class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_RELIABILITY

DEFAULT_GPRS_RELIABILITY

Description

Default quality of service reliability class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_PEAK_THROUGHPUT

DEFAULT_GPRS_PEAK_THROUGHPUT

Description

Default quality of service peak throughput class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_MEAN_THROUGHPUT

DEFAULT_GPRS_MEAN_THROUGHPUT

Description

Default quality of service mean throughput class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_MIN_PRECENDENCE

DEFAULT_GPRS_MIN_PRECENDENCE

Description

Default minimum quality of service precedence class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_MIN_DELAY

DEFAULT_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]


DEFAULT_GPRS_MIN_RELIABILITY

DEFAULT_GPRS_MIN_RELIABILITY

Description

Default minimum quality of service reliability class.

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

Type: TUint32. Null: yes

[Top]


DEFAULT_GPRS_MIN_PEAK_THROUGHPUT

DEFAULT_GPRS_MIN_PEAK_THROUGHPUT

Description

Default 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]


DEFAULT_GPRS_MIN_MEAN_THROUGHPUT

DEFAULT_GPRS_MIN_MEAN_THROUGHPUT

Description

Default 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]


DEFAULT_GPRS_DATA_COMPRESSION

DEFAULT_GPRS_DATA_COMPRESSION

Description

Default value for whether data compression is on.

Type: TBool. Null: yes

[Top]


DEFAULT_GPRS_HEADER_COMPRESSION

DEFAULT_GPRS_HEADER_COMPRESSION

Description

Default value for whether IP header compression is on.

Type: TBool. Null: yes

[Top]


DEFAULT_GPRS_ANONYMOUS_ACCESS

DEFAULT_GPRS_ANONYMOUS_ACCESS

Description

Default value for whether use of anonymous access is on.

Type: TBool. Null: yes