Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:


Construction and destruction


TObexBufferingDetails(CBufBase &)

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.