TApaAppServiceInfo Class Reference
Application service information.
Encapsulates a service UID and associated opaque data.
An instance of this class provides information about a specific implementation of the service identified by the encapsulated service UID.
Constructor & Destructor Documentation
TApaAppServiceInfo()
IMPORT_C | TApaAppServiceInfo | ( | ) | |
TApaAppServiceInfo(TUid, CArrayFixFlat< TDataTypeWithPriority > *, HBufC8 *)
Member Functions Documentation
ExternalizeL(RWriteStream &)
InternalizeL(RReadStream &)
OpaqueData()
IMPORT_C const TDesC8 & | OpaqueData | ( | ) | const |
Returns the service implementation's opaque data.
For each service UID registered by an application, the associated opaque data indicates how the service is implemented by that application.
The meaning of the opaque data is not known to the framework, it will vary according to the service.
For some services the opaque data may be a name intended for user display, for others it may be structured data that the service's client-side code can interpret.
Uid()
Returns the service UID.
Note that some APIs may store a UID other than a service UID in a TApaAppServiceInfo object. Such APIs clearly state what the UID represents.
Member Data Documentation
CArrayFixFlat< TDataTypeWithPriority > * iDataTypes
TInt
iTApaAppServiceInfo
TInt
| iTApaAppServiceInfo | [private] |
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.