TAccPolValueRecord Class Reference

class TAccPolValueRecord

Constructor & Destructor Documentation

TAccPolValueRecord()

IMPORT_CTAccPolValueRecord()

C++ default constructor.

TAccPolValueRecord(TInt, TAccPolValueType, TAccPolValueLocation)

IMPORT_CTAccPolValueRecord(TIntaValue,
TAccPolValueTypeaType,
TAccPolValueLocationaLocation
)

C++ constructor.

Since
S60 3.1

Parameters

TInt aValueCapability value.
TAccPolValueType aTypeCapability type.
TAccPolValueLocation aLocationCapability location.

TAccPolValueRecord(TDesC8 &, TAccPolValueLocation)

IMPORT_CTAccPolValueRecord(TDesC8 &aValue,
TAccPolValueLocationaLocation
)

C++ constructor.

Since
S60 3.1

Parameters

TDesC8 & aValueCapability value.
TAccPolValueLocation aLocationCapability location.

TAccPolValueRecord(TAccPolValueLocation, CAccPolObjectCon *)

IMPORT_CTAccPolValueRecord(TAccPolValueLocationaLocation,
CAccPolObjectCon *aObject = NULL
)

C++ constructor.

Parameters

TAccPolValueLocation aLocationCapability location.
CAccPolObjectCon * aObject = NULL

Member Functions Documentation

GetValueL(TDesC8 &)

IMPORT_C voidGetValueL(TDesC8 &aValue)const

Gets the descriptor type value of value record.

Since
S60 3.1

Parameters

TDesC8 & aValueCapability value.

Location()

IMPORT_C TAccPolValueLocationLocation()const

Returns the location of the value of value record.

Since
S60 3.1

SetL(TInt, TAccPolValueType, TAccPolValueLocation)

IMPORT_C voidSetL(TIntaValue,
TAccPolValueTypeaType,
TAccPolValueLocationaLocation
)

Sets content of a value record.

Since
S60 3.1

Parameters

TInt aValueValue.
TAccPolValueType aTypeType.
TAccPolValueLocation aLocationLocation.

SetLocation(TAccPolValueLocation)

IMPORT_C voidSetLocation(TAccPolValueLocationaLocation)

Sets the location of the value of value record.

Since
S60 3.1

Parameters

TAccPolValueLocation aLocation

SetType(TAccPolValueType)

IMPORT_C voidSetType(TAccPolValueTypeaType)

Sets the type of the value of value record.

Since
S60 3.1

Parameters

TAccPolValueType aTypeCapability type. return void.

SetValue(TInt)

IMPORT_C voidSetValue(TIntaValue)

Sets the integer value of value record.

Since
S60 3.1

Parameters

TInt aValueCapability value.

SetValue(const TDesC8 &)

IMPORT_C voidSetValue(const TDesC8 &aValue)

Sets the descriptor type of value to the value record.

Since
S60 3.1

Parameters

const TDesC8 & aValueReference to capability value.

Type()

IMPORT_C TAccPolValueTypeType()const

Returns the type of the value of value record.

Since
S60 3.1 return TAccPolValueType holding the value type of the value record.

Value()

IMPORT_C TIntValue()const

Returns the value of value record.

Since
S60 3.1

ValueRef()

IMPORT_C TDesC8 &ValueRef()

Returns the reference to the value of value record.

Since
S60 3.1

Member Data Documentation

TAccPolValueLocation iLocation

TAccPolValueLocation iLocation[private]

TAccPolValueType iType

TAccPolValueType iType[private]

TInt iValue

TInt iValue[private]

TPtrC8 iValueRef

TPtrC8 iValueRef[private]