THidFieldSearch Class Reference
Hid field search
THidFieldSearch
provides a mechanism for traversing a parsed report descriptor tree (a
CReportRoot
object). It is intended for a device driver to use when it is looking to see if it is compatible with a newly connected device, i.e. provides the appropriate types of report. The driver must provide an object of a class that implements the
MHidFieldFinder
interface.
Member Functions Documentation
DoSearchL(const CCollection *)
Traverse a parsed report descriptor (a tree of CCollections and CFields) calling the
MHidFieldFinder
member functions as appropriate.
SearchL(const CReportRoot *, MHidFieldFinder *)
Traverse a parsed report descriptor (a tree of CCollections and CFields) calling the
MHidFieldFinder
member functions as appropriate.
Parameters
const
CReportRoot
* aReportRoot
|
THe pointer to field
|
MHidFieldFinder
* aFinder
|
An object that will establish if the report descriptor is suitable.
|
Member Data Documentation
MHidFieldFinder * iFinder
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.