#include <mw/obexheaders.h>
| class CObexHeaderSet : public CBase |
| Public Member Functions | |
|---|---|
| ~CObexHeaderSet() | |
| IMPORT_C TInt | AddHeader(CObexHeader *) |
| IMPORT_C CObexHeaderSet * | CopyL() |
| IMPORT_C CObexHeaderSet * | CopyL(MObexHeaderCheck &) |
| IMPORT_C TInt | Count() |
| IMPORT_C void | DeleteCurrentHeader() |
| IMPORT_C void | DeleteMasked() |
| IMPORT_C TInt | Find(TUint8, CObexHeader &) |
| IMPORT_C void | First() |
| IMPORT_C CObexHeaderSet * | NewL() |
| IMPORT_C TInt | Next() |
| IMPORT_C TInt | Next(TInt) |
| IMPORT_C void | SetMask(MObexHeaderCheck *) |
| IMPORT_C TInt | This(CObexHeader *) |
A collection of headers. Includes code to filter based on the header HI value, iterate through the set of interesting headers, and extract headers with specific HI values.