CConnMonWlanNetworksPtrArrayPckg Class Reference
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 )
Constructor. Constructs the package of an array of pointers to CConnMonWlanNetwork objects on the heap.
Parameter | Description | aRef | Array of pointers to CConnMonWlanNetwork objects. |
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.
Parameter | Description | aBufSize | Size of the buffer, intended to contain the package. |
~CConnMonWlanNetworksPtrArrayPckg ( )
IMPORT_C | ~CConnMonWlanNetworksPtrArrayPckg | ( | ) | [virtual] |
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 > & )
Parameter | Description | aRef | Array that will contain the pointers to unpacked objects. |