mtpdataproviders/mtppictbridgedp/src/cmtppictbridgeprinter.cpp
branchRCL_3
changeset 14 60a94a45d437
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
12:8b094906a049 14:60a94a45d437
   227 
   227 
   228     aEvent.Reset();
   228     aEvent.Reset();
   229 
   229 
   230     aEvent.SetUint16(TMTPTypeEvent::EEventCode, EMTPEventCodeRequestObjectTransfer);
   230     aEvent.SetUint16(TMTPTypeEvent::EEventCode, EMTPEventCodeRequestObjectTransfer);
   231     aEvent.SetUint32(TMTPTypeEvent::EEventSessionID, KMTPSessionAll); 
   231     aEvent.SetUint32(TMTPTypeEvent::EEventSessionID, KMTPSessionAll); 
   232     aEvent.SetUint32(TMTPTypeEvent::EEventTransactionID, KMTPNotSpecified32);
   232     aEvent.SetUint32(TMTPTypeEvent::EEventTransactionID, KMTPTransactionIdLast);
   233     
   233     
   234     aEvent.SetUint32(TMTPTypeEvent::EEventParameter1, aHandle);
   234     aEvent.SetUint32(TMTPTypeEvent::EEventParameter1, aHandle);
   235     aEvent.SetUint32(TMTPTypeEvent::EEventParameter2, KPtpNoValue);
   235     aEvent.SetUint32(TMTPTypeEvent::EEventParameter2, KPtpNoValue);
   236     aEvent.SetUint32(TMTPTypeEvent::EEventParameter3, KPtpNoValue);
   236     aEvent.SetUint32(TMTPTypeEvent::EEventParameter3, KPtpNoValue);
   237     }
   237     }