Location:
cdbcols.h
Supported from 6.1
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_REQ_PRECEDENCE
Requested quality of service precedence class.
Values for this are defined by the enum RGprsContext::TQoSPrecedencePhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_REQ_DELAY
Requested quality of service delay class.
Values for this are defined by the enum RGprsContext::TQoSDelayPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_REQ_RELIABIITY
Requested quality of service reliability class.
Values for this are defined by the enum RGprsContext::TQoSReliabilityPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_REQ_PEAK_THROUGHPUT
Requested quality of service peak throughput class.
Values for this are defined by the enum RGprsContext::TQoSPeakThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_REQ_MEAN_THROUGHPUT
Requested quality of service mean throughput class.
Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_MIN_PRECEDENCE
Minimum quality of service precedence class.
Values for this are defined by the enum RGprsContext::TQoSPrecedencePhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_MIN_DELAY
Minimum quality of service delay class.
Values for this are defined by the enum RGprsContext::TQoSDelayPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_MIN_RELIABIITY
Minimum quality of service reliability class.
Values for this are defined by the enum RGprsContext::TQoSReliabilityPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_MIN_PEAK_THROUGHPUT
Minimum quality of service peak throughput class.
Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_MIN_MEAN_THROUGHPUT
Minimum quality of service mean throughput class.
Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
GPRS_IF_NETWORKS
Comma separated list of network protocols, e.g. "PPP".
Type: Text. Null: yes
GPRS_IF_PROMPT_FOR_AUTH
Whether to prompt user for authentication username and password.
Type: TBool
. Null: no
GPRS_IF_AUTH_RETRIES
Number of times to retry authentication if it fails.
Type: TUint32
. Null: yes
GPRS_IP_ADDR_FROM_SERVER
Whether to get IP addresses (for the Symbian device) from the server.
Type: TBool
. Null: no
GPRS_IP_DNS_ADDR_FROM_SERVER
Whether to get DNS addresses from the server.
Type: TBool
. Null: no
GPRS_DISABLE_PLAIN_TEXT_AUTH
Whether to disable plain text authentication.
Type: TBool
. Null: yes