Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <HWRMVibraSDKCRKeys.h>

HWRMVibraSDKCRKeys.h Global variables

KCRUidVibraCtrl

const TUid KCRUidVibraCtrl={0x10200C8B};

Description

CenRep UID for all vibra related settings keys provided by this API.

[Top]


KVibraCtrlProfileVibraEnabled

const TUint32 KVibraCtrlProfileVibraEnabled=0x00000001;

Description

Vibra setting in active profile.

Possible integer values:

0 = Vibra is off in active profile (default value) 1 = Vibra is on in active profile

[Top]


KVibraCtrlMaxTime

const TUint32 KVibraCtrlMaxTime=0x00000002;

Description

Maximum vibrating time supported by device.

Value is milliseconds as an integer. If value is zero, no maximum time is supported. Maximum supported time is TMaxTInt microseconds in milliseconds.

Value is read-only.

Default value: 10000.

[Top]


KVibraMinOffTime

const TUint32 KVibraMinOffTime=0x00000003;

Description

Minimum time vibra cannot be started after it was forcibly turned off when maximum time was reached. This can be used to enforce vibra cooling after long use periods.

Value is milliseconds as an integer.

Value is read-only.

Default value: 0