TAiwGenericParam Class Reference
API published in: S60 3rd Ed FP 2
Link against: servicehandler.lib
#include <aiwgenericparam.h>
Detailed Description
Generic parameter class for passing data between applications.
A generic parameter is a pair of semantic ID and variant value. The semantic ID tells the purpose of the parameter, for example
a file name, URL or phone number. The variant value contains the data format and actual value. This class does not implement
any consistency checks between the semantic ID and value's data format. So one semantic ID can be expressed as alternative
data formats.
- See also:
- TAiwVariant
CAiwGenericParamList
Constructor & Destructor Documentation
TAiwGenericParam::TAiwGenericParam |
( |
|
) |
[inline] |
|
|
Constructs a generic parameter.
|
TAiwGenericParam::TAiwGenericParam |
( |
TGenericParamId
|
aSemanticId
|
) |
[inline] |
|
|
Constructs a generic parameter.
- Parameters:
-
|
aSemanticId
|
The semantic ID of the parameter, one of TGenericParamId values. |
|
|
Constructs a generic parameter.
- Parameters:
-
|
aSemanticId
|
The semantic ID of the parameter, one of TGenericParamId values. |
|
aValue
|
The parameter value. |
|
Member Function Documentation
void TAiwGenericParam::Reset |
( |
|
) |
[inline] |
|
|
Resets the semantic ID and the value of this parameter.
|
|
Returns the semantic ID of this parameter.
- Returns:
- The semantic ID.
|
void TAiwGenericParam::SetSemanticId |
( |
TGenericParamId
|
aSemanticId
|
) |
[inline] |
|
|
Sets the semantic ID.
Possibly set previous ID is overwritten.
- Parameters:
-
|
aSemanticId
|
The semantic ID of the parameter. |
|
const TAiwVariant& TAiwGenericParam::Value
|
( |
|
) |
const [inline] |
|
|
Returns the const value of this parameter.
- Returns:
- The const value of the parameter.
|
|
Returns the value of this parameter.
- Returns:
- The value of the parameter.
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file: