class TFeatureSet |
Wrapper class used for multiple feature queries.
Public Member Functions | |
---|---|
TFeatureSet () | |
~TFeatureSet () | |
IMPORT_C TInt | Append ( TUid ) |
TInt | Append ( TUid , TBool ) |
IMPORT_C TBool | AreAllFeaturesSupported () |
TInt | Count () |
TUid | FeatureId ( TInt ) |
IMPORT_C TBool | IsFeatureSupported ( TUid ) |
void | Reset () |
Private Attributes | |
---|---|
TInt | iCount |
TUint32 | iReserved |
RArray < TFeatureStat > | iStatus |
IMPORT_C TInt | Append | ( | TUid | aFeature | ) |
Method to add features before querying support statuses. This method must be called to initialize feature array before querying support statuses from server with FeaturesSupported(L) and finally check the status with a call to IsFeatureSupported or AreAllFeaturesSupported.
TUid aFeature |
IMPORT_C TBool | AreAllFeaturesSupported | ( | ) | const |
Method to check whether all features queried are supported.
IMPORT_C TBool | IsFeatureSupported | ( | TUid | aFeature | ) | const |
Method to check feature's support status.
TUid aFeature | is the feature UID of the feature that is queried. |
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.