Use20msPacing Field
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllAdd an inter-character pacing time of 20ms between keystrokes.
C#
public const byte Use20msPacing = 8
Returns
System.Byte
Remarks
When set, an intra-character pacing time of 20 milliseconds is added between each sent keystroke. Combined with the Use10msPacing flag, the total delay is 30 milliseconds.
Note that this flag's value collides with other flags in this enumeration. In order to use 20ms pacing, the ChallengeResponse flag must NOT be set.