CCommsDbConnectionPrefTableView::TCommDbIapConnectionPref Class Reference

class CCommsDbConnectionPrefTableView::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. TCommDbConnectionDirection

Constructor & Destructor Documentation

TCommDbIapConnectionPref()

IMPORT_C TCommDbIapConnectionPref ( )

Default constructor. The rank is set to 0, and the direction and dialog preference to unknown.

Member Functions Documentation

operator==(const TCommDbIapConnectionPref &)

IMPORT_C TBool operator== ( const TCommDbIapConnectionPref & aPref ) const

Overloaded equality operator. Checks for equality between 'this' and another TCommDbIapConnectionPref object passed in.

Parameters

const TCommDbIapConnectionPref & aPref Object to compare.

Member Data Documentation

TCommDbIapBearer iBearer

TCommDbIapBearer iBearer

Values for the bearer (CONNECT_PREF_BEARER_SET) and IAP (CONNECT_PREF_IAP) fields.

TCommDbIapBearer

TCommDbDialogPref iDialogPref

TCommDbDialogPref iDialogPref

Value for the dialog preference (CONNECT_PREF_DIALOG_PREF) field.

TCommDbDialogPref

TCommDbConnectionDirection iDirection

TCommDbConnectionDirection iDirection

Value for the direction (CONNECTION_PREF_DIRECTION) field.

TCommDbConnectionDirection

TUint32 iRanking

TUint32 iRanking

Value for the rank (CONNECT_PREF_BEARER_SET) field.