Location:
bamdesca.h
Link against: N/A
MDesC8Array
Supported from 5.0
Interface class for 8 bit descriptor arrays.
It should be inherited by classes which implement this protocol.
This protocol is implemented by class CDesC8Array
and
the concrete class CPtrC8Array
.
Defined in MDesC8Array
:
MdcaCount()
, MdcaPoint()
, ~MDesC8Array()
virtual TInt MdcaCount() const = 0;
Requirements
Returns the number of descriptor elements in a descriptor array.
|
virtual TPtrC8 MdcaPoint(TInt aIndex) const = 0;
Requirements
Indexes into a descriptor array.
|
|