CConnMonWlanNetworksPtrArrayPckg Class Reference

#include <mw/rconnmon.h>

class CConnMonWlanNetworksPtrArrayPckg : public CBase

Inherits from

  • CConnMonWlanNetworksPtrArrayPckg

    Detailed Description

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

    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.

    ParameterDescription
    aRefArray of pointers to CConnMonWlanNetwork objects.
    aBufSizeSize of the buffer, intended to contain the package.

    CConnMonWlanNetworksPtrArrayPckg ( TUint )

    IMPORT_CCConnMonWlanNetworksPtrArrayPckg(TUintaBufSize)

    Constructor. Constructs an empty package on the heap.

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

    ~CConnMonWlanNetworksPtrArrayPckg ( )

    IMPORT_C~CConnMonWlanNetworksPtrArrayPckg()[virtual]

    Destructor.

    Member Function Documentation

    Buf ( )

    IMPORT_C HBufC *Buf()const

    Obtains a pointer to the package buffer.

    Returns: 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.

    ParameterDescription
    aRefArray that will contain the pointers to unpacked objects.