ConnMonIdsArrayPckg Class Reference
class ConnMonIdsArrayPckg |
Detailed Description
Class to contain a package of an array of TConnMonId objects.
Member Attribute Documentation
iBuf
Pointer to the package buffer on the heap.
Constructor & Destructor Documentation
ConnMonIdsArrayPckg ( const RArray< TConnMonId > &, TUint )
Constructor. Constructs the package of an array of TConnMonId objects on the heap.
Parameter | Description | aRef | Array of TConnMonId objects. |
aBufSize | Size of the buffer, intended to contain the package. |
ConnMonIdsArrayPckg ( TUint )
IMPORT_C | ConnMonIdsArrayPckg | ( | TUint | aBufSize | ) | |
Constructor. Constructs an empty package on the heap.
Parameter | Description | aBufSize | Size of the buffer, intended to contain the package. |
~ConnMonIdsArrayPckg ( )
IMPORT_C | ~ConnMonIdsArrayPckg | ( | ) | [virtual] |
Member Function Documentation
Buf ( )
IMPORT_C HBufC * | Buf | ( | ) | const |
Obtains a pointer to the package buffer.
Returns: Pointer to the package buffer.
UnpackToL ( RArray< TConnMonId > & )
Unpacks the package to an array of TConnMonId objects.
Parameter | Description | aRef | Array that will contain the unpacked objects. |