kernel/eka/include/u32hal.h
changeset 132 e4a7b1cbe40c
parent 90 947f0dc9f7a8
child 176 af6ec97d9189
equal deleted inserted replaced
131:e880629062dd 132:e4a7b1cbe40c
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  2013 	- TAny* a2 : NULL	
  2013 	- TAny* a2 : NULL	
  2014     
  2014     
  2015     @see TPckgBuf
  2015     @see TPckgBuf
  2016     @see TDigitiserInfoV02
  2016     @see TDigitiserInfoV02
  2017     */
  2017     */
  2018 	EDigitiserHal3DInfo
  2018 	EDigitiserHal3DInfo,
       
  2019 
       
  2020 	/**
       
  2021 	Get or sets the digitiser driver's current orientation property.
       
  2022 	Requirements of the HAL function handler's 2nd, 3rd and 4th parameters:
       
  2023 	
       
  2024 	- TInt aFunction : This enum value.
       
  2025     - TAny* a1 : if Set, a TDigitiserOrientation value the driver should now use	
       
  2026 			   : If Get, a pointer to a TDigitiserOrientation. The HAL function 
       
  2027 			   : needs to set its value to the current value used in the driver.	
       
  2028 	- TAny* a2 : Cast to a TInt. Should be assigned the value 
       
  2029 			   : EFalse - Get property; ETrue - Set property 
       
  2030 	
       
  2031 	@see HALData::TDigitiserOrientation
       
  2032 	@capability WriteDeviceData To set the property, None to read
       
  2033 	*/
       
  2034 	EDigitiserOrientation
  2019 
  2035 
  2020 	};
  2036 	};
  2021 
  2037 
  2022 
  2038 
  2023 
  2039