#include <cdbpreftable.h>
| class CCommsDbConnectionPrefTableView::TCommDbIapConnectionPref |
| Public Attributes | |
|---|---|
| TCommDbIapBearer | iBearer |
| TCommDbDialogPref | iDialogPref |
| TCommDbConnectionDirection | iDirection |
| TUint32 | iRanking |
| Public Member Functions | |
|---|---|
| TCommDbIapConnectionPref() | |
| IMPORT_C TBool | operator==(const TCommDbIapConnectionPref &) |
Encapsulates the rank (CONNECT_PREF_RANKING), direction (CONNECTION_PREF_DIRECTION), and dialog preference (CONNECT_PREF_DIALOG_PREF) fields, plus a TCommDbIapBearer object. A complete connection preference - containing rank, direction, dialogue option, bearers for the dialogue and the prefered IAP.
See also: TCommDbConnectionDirection
| TCommDbIapBearer | iBearer |
Values for the bearer (CONNECT_PREF_BEARER_SET) and IAP (CONNECT_PREF_IAP) fields.
See also: TCommDbIapBearer
| TCommDbDialogPref | iDialogPref |
Value for the dialog preference (CONNECT_PREF_DIALOG_PREF) field.
See also: TCommDbDialogPref
| TCommDbConnectionDirection | iDirection |
Value for the direction (CONNECTION_PREF_DIRECTION) field.
See also: TCommDbConnectionDirection
| IMPORT_C | TCommDbIapConnectionPref | ( | ) |
Default constructor. The rank is set to 0, and the direction and dialog preference to unknown.
| IMPORT_C TBool | operator== | ( | const TCommDbIapConnectionPref & | aPref | ) | const |
Overloaded equality operator. Checks for equality between 'this' and another TCommDbIapConnectionPref object passed in.
| Parameter | Description |
|---|---|
| aPref | Object to compare. |
Returns: ETrue if all fields in the objects are equal, otherwise EFalse.