class TMTPTypeEvent : public TMTPTypeFlatBase |
Defines the MTP event dataset. This dataset is stored in a contiguous flat buffer to optimise data transfer to/from the MTP transport layer.
Public Member Functions | |
---|---|
TMTPTypeEvent () | |
TMTPTypeEvent (const TMTPTypeEvent &) | |
IMPORT_C TUint | Type () |
Private Member Functions | |
---|---|
IMPORT_C const TMTPTypeFlatBase::TElementInfo & | ElementInfo ( TInt ) |
Public Member Enumerations | |
---|---|
enum |
TElements
{
EEventCode , EEventSessionID , EEventTransactionID , EEventParameter1 , EEventParameter2 , EEventParameter3 , ENumElements } |
Private Attributes | |
---|---|
const TInt | KSize |
TBuf8 < KSize > | iBuffer |
const TFixedArray < TElementInfo , ENumElements > | iElementInfo |
const TMTPTypeFlatBase::TElementInfo | iElementMetaData |
IMPORT_C | TMTPTypeEvent | ( | const TMTPTypeEvent & | aEvent | ) |
const TMTPTypeEvent & aEvent |
IMPORT_C const TMTPTypeFlatBase::TElementInfo & | ElementInfo | ( | TInt | aElementId | ) | const [private, virtual] |
Provides the meta data for the specified element.
TInt aElementId | The identifier of the requested element. |
MTP event dataset element identifiers.
EEventCode |
Event Code. |
EEventSessionID |
SessionID. |
EEventTransactionID |
TransactionID |
EEventParameter1 |
Parameter 1. |
EEventParameter2 |
Parameter 2. |
EEventParameter3 |
Parameter 3. |
ENumElements |
The number of dataset elements. |
const TFixedArray < TElementInfo , ENumElements > | iElementInfo | [private] |
The dataset element metadata table.
const TMTPTypeFlatBase::TElementInfo | iElementMetaData | [private, static] |
The dataset element metadata table content.
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.