NurApiAccVibrate Method

Use vibra of accessory device
Parameter exception thrown if vibratingTime * count exceeds 2000ms

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void AccVibrate(
	int vibratingTime,
	int count = 1
)

Parameters

vibratingTime  Int32
vibration ontime and offtime in milliseconds
count  Int32  (Optional)
Number of times to repeat

See Also