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,
TUint aBufSize
)

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

Parameters

const RPointerArray < CConnMonWlanNetwork > & aRef Array of pointers to CConnMonWlanNetwork objects.
TUint aBufSize Size of the buffer, intended to contain the package.

CConnMonWlanNetworksPtrArrayPckg(TUint)

IMPORT_C CConnMonWlanNetworksPtrArrayPckg ( TUint aBufSize )

Constructor. Constructs an empty package on the heap.

Parameters

TUint aBufSize Size 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 void UnpackToL ( RPointerArray < CConnMonWlanNetwork > & aRef ) const

Unpacks the package to a pointer array of CConnMonWlanNetwork objects.

Parameters

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

Member Data Documentation

HBufC * iBuf

HBufC * iBuf [private]

Pointer to the package Buffer on the heap.