MSenProperty Class Reference
#include
<mw/MSenProperty.h>
Member Function Documentation
BoolValue ( TBool & )
Gets the boolean value of the property
Parameter | Description | aValue | A TBool reference to be filled in with the value of the property. |
Returns: KErrNone if no error, or some of the system wide error codes.
IntValue ( TInt & )
TInt
| IntValue | ( | TInt & | aValue | ) | [pure virtual] |
Gets the integer value of the property
Parameter | Description | aValue | A TInt reference to be filled in with the value of the property. |
Returns: KErrNone if no error, or some of the system wide error codes.
Name ( )
Gets the name of the property
Returns: TPtrC8 containing name
Type ( )
Gets the type of the property
Returns: TPtrC8 containing type
Value ( )
Gets the value of the property
Returns: TPtrC8 containing value
ValueTokensL ( const TDesC8 &, RPointerArray< TPtrC8 > & )
Populates given array with the tokens delimited by given delimiter. Note! Ownership of the TPtrC8 pointers is transfered to the caller.
Parameter | Description | aDelimiter | Used delimiter. |
aTokens | Array which will be populated by tokens. |
Returns: KErrNone if tokens were found. KErrNotFound if tokens were not found.