mtpdataproviders/mtppictbridgedp/src/cmtppictbridgeprinter.cpp
changeset 18 1b39655331a3
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
17:aabe5387f5ce 18:1b39655331a3
   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     }