class CObexHeaderSet : public CBase;
Description
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.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CObexHeaderSet
- A collection of headers. Includes code to filter based on the header HI value, i...
Members
Defined in CObexHeaderSet
:
Inherited from CBase
:
Construction and destruction
IMPORT_C static CObexHeaderSet* NewL();
Description
Return value
IMPORT_C CObexHeaderSet* CopyL();
Description
Return value
CopyL(MObexHeaderCheck &)
IMPORT_C CObexHeaderSet* CopyL(MObexHeaderCheck &aHeaderCheck);
Description
Parameters
Return value
IMPORT_C TInt AddHeader(CObexHeader *aHeader);
Description
Parameters
Return value
IMPORT_C void DeleteCurrentHeader();
Description
SetMask(MObexHeaderCheck *)
IMPORT_C void SetMask(MObexHeaderCheck *aMask);
Description
Parameters
IMPORT_C void DeleteMasked();
Description
IMPORT_C void First() const;
Description
IMPORT_C TInt This(CObexHeader *aHeader) const;
Description
Parameters
Return value
IMPORT_C TInt Next() const;
Description
Return value
IMPORT_C TInt Next(TInt aSkip) const;
Description
Parameters
Return value
IMPORT_C TInt Count() const;
Description
Return value
Find(TUint8,CObexHeader &)const
IMPORT_C TInt Find(TUint8 aHI, CObexHeader &aHeader) const;
Description
Parameters
Return value