CSPProperty Class Reference
class CSPProperty : public CBase |
Service provider settings property class
This class represent one property of Sevice Provider settings
serviceprovidersettings.lib
- Since
- S60 V3.2
Constructor & Destructor Documentation
~CSPProperty()
IMPORT_C | ~CSPProperty | ( | ) | [virtual] |
Member Functions Documentation
ConstructL()
void | ConstructL | ( | ) | [private] |
By default Symbian 2nd phase constructor is private.
CopyL(const CSPProperty &)
Copies data from source property // to be removed?
DataType(TServicePropertyName)
Returns datatype of given property
GetDataType()
Returns the datatype of this property No imported, set automatically.
GetName()
Returns the name of this property
GetPropertyType()
Returns the type of this property
GetValue(TInt &)
IMPORT_C TInt | GetValue | ( | TInt & | aValue | ) | const |
Returns value of property
Parameters
TInt & aValue | on return, TInt value |
GetValue(TDes &)
IMPORT_C TInt | GetValue | ( | TDes & | aValue | ) | const |
Returns value of property
Parameters
TDes & aValue | on return, descriptor value |
GetValue(TOnOff &)
Returns value of property
Parameters
TOnOff & aValue | on return, On/Off value |
PropertyType(TServicePropertyName)
Returns property type of given property
SetDataType(TPropertyDataType)
Sets the datatype of this property
SetDefaultValue(TServicePropertyName)
Sets default value of property if defined
SetName(TServicePropertyName)
Sets the name for this property
SetPropertyType(TSPItemType)
Sets the type for this property
SetValue(TInt)
Sets value of property. Value must match to datatype.
Parameters
TInt aValue | new TInt value to be set |
SetValue(const TDesC &)
Sets the value of property. Value must match to datatype.
Parameters
const TDesC & aValue | new descriptor |
SetValue(TOnOff)
Sets the value of property. Value must match to datatype.
SetValueNoDataTypeCheck(const TDesC &)
TInt
| SetValueNoDataTypeCheck | ( | const TDesC & | aValue | ) | |
Sets the value of this property without datatype check
Parameters
const TDesC & aValue | new value |
operator==(const CSPProperty &)
Compares data of this property to another.
Member Data Documentation
TPropertyDataType
iDataType
TServicePropertyName
iPropertyName
TSPItemType
iPropertyType
RBuf
iPropertyValue
RBuf
| iPropertyValue | [private] |
Descriptor of property value Own.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.