CConnMonWlanProbeRawBuffersPckg Class Reference
class CConnMonWlanProbeRawBuffersPckg : public CBase |
Inherits from
- CConnMonWlanProbeRawBuffersPckg
Constructor & Destructor Documentation
CConnMonWlanProbeRawBuffersPckg ( const RConnMonWlanProbeRawBuffersPtrArray &, TUint )
Parameter | Description | aRef | Array of pointers to CConnMonWlanProbeRawBuffer objects. |
aBufSize | Size of the buffer, intended to contain the package. |
CConnMonWlanProbeRawBuffersPckg ( TUint )
IMPORT_C | CConnMonWlanProbeRawBuffersPckg | ( | TUint | aBufSize | ) | |
Constructor. Constructs an empty package on the heap.
Parameter | Description | aBufSize | Size of the buffer, intended to contain the package. |
~CConnMonWlanProbeRawBuffersPckg ( )
IMPORT_C | ~CConnMonWlanProbeRawBuffersPckg | ( | ) | [virtual] |
Member Function Documentation
Buf ( )
Obtains a pointer to the package buffer.
Returns: Pointer to the package buffer.
Count ( )
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.
Returns: Transfered count in buffer (iBuf[1]).
Total ( )
IMPORT_C TUint | Total | ( | ) | const |
Obtains the total number of found WLANs.
Returns: Total count (iBuf[0]).
UnpackToL ( RConnMonWlanProbeRawBuffersPtrArray & )
Parameter | Description | aRef | Array that will contain the pointers to unpacked objects. |