Location:
BAMDESCA.H
class MDesC8Array;
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.
|
|