mtpfws/mtpfw/datatypes/interface/mtpprotocolconstants.h
branchRCL_3
changeset 58 142dacf7b30e
parent 48 debf68073f2f
equal deleted inserted replaced
48:debf68073f2f 58:142dacf7b30e
   366     EMTPRespCodeInvalidCodeFormat                       = 0x2016,
   366     EMTPRespCodeInvalidCodeFormat                       = 0x2016,
   367     EMTPRespCodeUnknownVendorCode                       = 0x2017,
   367     EMTPRespCodeUnknownVendorCode                       = 0x2017,
   368     EMTPRespCodeCaptureAlreadyTerminated                = 0x2018,
   368     EMTPRespCodeCaptureAlreadyTerminated                = 0x2018,
   369     EMTPRespCodeDeviceBusy                              = 0x2019,
   369     EMTPRespCodeDeviceBusy                              = 0x2019,
   370     EMTPRespCodeInvalidParentObject                     = 0x201A,
   370     EMTPRespCodeInvalidParentObject                     = 0x201A,
   371     EMTPRespCodeInvalidDevicePropFormat                 = 0x201B,
   371     EMTPRespCodeInvalidDeviEMTPRespCodecePropFormat     = 0x201B,
   372     EMTPRespCodeInvalidDevicePropValue                  = 0x201C,
   372     EMTPRespCodeInvalidDevicePropValue                  = 0x201C,
   373     EMTPRespCodeInvalidParameter                        = 0x201D,
   373     EMTPRespCodeInvalidParameter                        = 0x201D,
   374     EMTPRespCodeSessionAlreadyOpen                      = 0x201E,
   374     EMTPRespCodeSessionAlreadyOpen                      = 0x201E,
   375     EMTPRespCodeTransactionCancelled                    = 0x201F,
   375     EMTPRespCodeTransactionCancelled                    = 0x201F,
   376     EMTPRespCodeSpecificationOfDestinationUnsupported   = 0x2020,
   376     EMTPRespCodeSpecificationOfDestinationUnsupported   = 0x2020,
   798     EMTPProtectionReadOnly          = 0x0001,
   798     EMTPProtectionReadOnly          = 0x0001,
   799     EMTPProtectionReadOnlyData      = 0x8002, 
   799     EMTPProtectionReadOnlyData      = 0x8002, 
   800     EMTPProtectionNonTransferable   = 0x8003
   800     EMTPProtectionNonTransferable   = 0x8003
   801     };
   801     };
   802 
   802 
   803 enum TMTPHiddenStatus
       
   804     {
       
   805     EMTPVisible      = 0x0000,
       
   806     EMTPHidden       = 0x0001
       
   807     };
       
   808 
       
   809 /**
   803 /**
   810 The MTP consumable status datacodes. For a description of these datacodes, 
   804 The MTP consumable status datacodes. For a description of these datacodes, 
   811 please refer to the "Media Transfer Protocol Enhanced" specification.
   805 please refer to the "Media Transfer Protocol Enhanced" specification.
   812 @publishedPartner
   806 @publishedPartner
   813 @released 
   807 @released