kernel/eka/include/e32const.h
changeset 33 0173bcd7697c
parent 0 a41df078684a
child 268 345b1ca54e88
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
  1024 Defines the state of a battery, if supported.
  1024 Defines the state of a battery, if supported.
  1025 */
  1025 */
  1026 enum TBatteryState {EBatNotSupported,EBatGood,EBatLow};
  1026 enum TBatteryState {EBatNotSupported,EBatGood,EBatLow};
  1027 
  1027 
  1028 
  1028 
       
  1029 /**
       
  1030 @publishedAll
       
  1031 @released
       
  1032 
       
  1033 Defines the possible connection types used to interface to the media.
       
  1034 */
       
  1035 enum TConnectionBusType {EConnectionBusInternal, EConnectionBusUsb};
  1029 
  1036 
  1030 
  1037 
  1031 /**
  1038 /**
  1032 @publishedAll
  1039 @publishedAll
  1033 @released
  1040 @released
  1141 
  1148 
  1142 Drive attribute - drive is hidden.
  1149 Drive attribute - drive is hidden.
  1143 A drive which has its hidden attribute set would be excluded from the list of available drives.
  1150 A drive which has its hidden attribute set would be excluded from the list of available drives.
  1144 */
  1151 */
  1145 const TUint KDriveAttHidden=0x400; 
  1152 const TUint KDriveAttHidden=0x400; 
       
  1153 
       
  1154 
       
  1155 /**
       
  1156 @publishedAll
       
  1157 @released
       
  1158 
       
  1159 Drive attribute - drive is external.
       
  1160 */
       
  1161 const TUint KDriveAttExternal=0x800;
  1146 
  1162 
  1147 
  1163 
  1148 /**
  1164 /**
  1149 @publishedAll
  1165 @publishedAll
  1150 @released
  1166 @released