CConnMonWlanNetworksPtrArrayPckg Class Reference

class CConnMonWlanNetworksPtrArrayPckg : public CBase

Class to contain a package of a pointer array of CConnMonWlanNetwork objects.

Inherits from

  • CConnMonWlanNetworksPtrArrayPckg

Constructor & Destructor Documentation

CConnMonWlanNetworksPtrArrayPckg(const RPointerArray< CConnMonWlanNetwork > &, TUint)

CConnMonWlanNetworksPtrArrayPckg(const RPointerArray< CConnMonWlanNetwork > &aRef,
TUintaBufSize
)

Constructor. Constructs the package of an array of pointers to CConnMonWlanNetwork objects on the heap.

Parameters

const RPointerArray< CConnMonWlanNetwork > & aRefArray of pointers to CConnMonWlanNetwork objects.
TUint aBufSizeSize of the buffer, intended to contain the package.

CConnMonWlanNetworksPtrArrayPckg(TUint)

IMPORT_CCConnMonWlanNetworksPtrArrayPckg(TUintaBufSize)

Constructor. Constructs an empty package on the heap.

Parameters

TUint aBufSizeSize of the buffer, intended to contain the package.

~CConnMonWlanNetworksPtrArrayPckg()

IMPORT_C~CConnMonWlanNetworksPtrArrayPckg()[virtual]

Destructor.

Member Functions Documentation

Buf()

IMPORT_C HBufC *Buf()const

Obtains a pointer to the package buffer.

UnpackToL(RPointerArray< CConnMonWlanNetwork > &)

IMPORT_C voidUnpackToL(RPointerArray< CConnMonWlanNetwork > &aRef)const

Unpacks the package to a pointer array of CConnMonWlanNetwork objects.

Parameters

RPointerArray< CConnMonWlanNetwork > & aRefArray that will contain the pointers to unpacked objects.

Member Data Documentation

HBufC * iBuf

HBufC *iBuf[private]

Pointer to the package Buffer on the heap.