CIOBuffer Class Reference
class CIOBuffer : public CBase |
Generic buffer class Enables HBufC8 pointers to be queued
Constructor & Destructor Documentation
CIOBuffer()
Constructor. Generic Buffer class Currently used for transmit buffers
~CIOBuffer()
Destructor. Free the HBuf if there is one
Member Functions Documentation
Assign(HBufC8 *)
void | Assign | ( | HBufC8 * | aBuffer = NULL | ) | |
Assigns the data from buffer to pointer.
Parameters
HBufC8 * aBuffer = NULL | The data to be assigned |
ConstructL(const TInt)
void | ConstructL | ( | const TInt | aSize | ) | [private] |
Construction where we new the HBuf
Parameters
const TInt aSize | Length of the Buffer. |
LinkOffset()
TInt
| LinkOffset | ( | ) | [static] |
NewL(HBufC8 *)
Parameters
HBufC8 * aBuf = NULL | The data to be assigned |
NewL(const TInt)
Creation where we new the HBuf.
Parameters
const TInt aSize | Length of the Buffer. |
Member Data Documentation
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.