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
Members
Defined in CObexHeaderSet:
AddHeader(), CopyL(), CopyL(), Count(), DeleteCurrentHeader(), DeleteMasked(), Find(), First(), NewL(), Next(), Next(), SetMask(), This()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CObexHeaderSet *NewL();
Description
Return value
IMPORT_C CObexHeaderSet *CopyL();
Description
Return value
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
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
IMPORT_C TInt Find(TUint8 aHI, CObexHeader &aHeader) const;
Description
Parameters
Return value