class CConnMonWlanProbeRawBuffersPckg : public CBase |
Class to contain a package of a pointer array of CConnMonWlanProbeRawBuffer objects.
Public Member Functions | |
---|---|
CConnMonWlanProbeRawBuffersPckg (const RConnMonWlanProbeRawBuffersPtrArray &, TUint ) | |
CConnMonWlanProbeRawBuffersPckg ( TUint ) | |
~CConnMonWlanProbeRawBuffersPckg () | |
IMPORT_C HBufC8 * | Buf () |
IMPORT_C TUint | Count () |
IMPORT_C TUint | Total () |
IMPORT_C void | UnpackToL ( RConnMonWlanProbeRawBuffersPtrArray &) |
Private Attributes | |
---|---|
HBufC8 * | iBuf |
CConnMonWlanProbeRawBuffersPckg | ( | const RConnMonWlanProbeRawBuffersPtrArray & | aRef, |
TUint | aBufSize | ||
) |
Constructor. Constructs the package of an array of pointers to CConnMonWlanProbeRawBuffer objects on the heap.
const RConnMonWlanProbeRawBuffersPtrArray & aRef | Array of pointers to CConnMonWlanProbeRawBuffer objects. |
TUint aBufSize | Size of the buffer, intended to contain the package. |
IMPORT_C | CConnMonWlanProbeRawBuffersPckg | ( | TUint | aBufSize | ) |
Constructor. Constructs an empty package on the heap.
TUint aBufSize | Size of the buffer, intended to contain the package. |
IMPORT_C | ~CConnMonWlanProbeRawBuffersPckg | ( | ) | [virtual] |
Destructor.
IMPORT_C TUint | Count | ( | ) | const |
Obtains the number of trasferred WLANs. This will be less than total count if there was not enough memory in buffer to include all found WLANs.
IMPORT_C void | UnpackToL | ( | RConnMonWlanProbeRawBuffersPtrArray & | aRef | ) | const |
Unpacks the package to a pointer array of CConnMonWlanProbeRawBuffer objects.
RConnMonWlanProbeRawBuffersPtrArray & aRef | Array that will contain the pointers to unpacked objects. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.