Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: obexobjects.h
Link against: obex.lib

Class TObexBufferingDetails

class TObexBufferingDetails;

Description

Wraps parameters which can affect the buffering method used by the CObexBufObject. This version provides a single memory buffer which holds the entire object. Subclasses will always use a memory buffer, but can override the way that Obex uses it.

Members

Defined in TObexBufferingDetails:
TObexBufferingDetails()


Construction and destruction


TObexBufferingDetails()

IMPORT_C TObexBufferingDetails(CBufBase &aBuffer);

Description

Build a TObexBufferingDetails object.

Parameters

CBufBase &aBuffer

The CBufBase derived object for Obex to use as a data store. This object will be resized as appropriate to hold the entire Obex object.