diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-D157C4D3-FC2F-47DD-BD33-F8BA6156833D.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-D157C4D3-FC2F-47DD-BD33-F8BA6156833D.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,29 @@ + + + + + +Sending +tactile feedback pulse +

The Vibra API clients can request the device to send tactile +vibration pulse using PulseVibraL() method. The PulseVibraL() will +be executed only if there is an active tactile feedback settings in the user +profile. The clients can check the current settings by calling the VibraFeedbackSettings() function. +The overloaded PulseVibraL() methods allows the client to +:

    +
  • Use the default intensity and duration.

  • +
  • Use default intensity and specify the duration using aDuration parameter.

  • +
  • Specify both intensity and duration using the parameters aIntensity and aDuration.

  • +

SetFeedbackObserver() is used to register the clients +to receive notification of any changes to the tactile feedback settings in +the active user profile. MHWRMVibraFeedbackObserver provides +a pure virtual function VibraFeedbackModeChanged() which +is called to notify the clients to notify of any changes to the user profile +settings.

+
\ No newline at end of file