MSdpAgentNotifier Class Reference
Handles responses to Bluetooth Service Discovery Protocol queries.
Clients that make queries through
CSdpAgent
must implement this interface to handle the responses.
CSdpAgent::AttributeRequestL()
Member Functions Documentation
AttributeRequestComplete(TSdpServRecordHandle, TInt)
AttributeRequestResult(TSdpServRecordHandle, TSdpAttributeID, CSdpAttrValue *)
MSAN_ExtensionInterfaceL(TUid, void *&)
IMPORT_C void
|
MSAN_ExtensionInterfaceL
|
(
|
TUid
|
aInterface,
|
|
void *&
|
aObject
|
|
)
|
[virtual]
|
Returns a null aObject if the extension is not implemented, or a pointer to another interface if it is. This virtual function allows the M- classes to be extended in future in a binary compatible way by providing a method that clients can override in future to allow extra callbacks to be made via aObject.
Parameters
TUid
aInterface
|
UID of the interface to return
|
void *& aObject
|
the container for another interface as specified by aInterface
|
NextRecordRequestComplete(TInt, TSdpServRecordHandle, TInt)
Parameters
TInt
aError
|
KErrNone if successful; KErrEof if there are no more SDP records left to be read; or an SDP error.
|
TSdpServRecordHandle
aHandle
|
Service record for which the query was made
|
TInt
aTotalRecordsCount
|
Total number of matching records
|
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.