DigitalClearInputEvents Method

Clears queued inputs from the internal buffer and resets the current readings to false. Clears for the duration specified by parameter timeoutMs.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public void ClearInputEvents(
	int timeoutMs = 250
)

Parameters

timeoutMs  Int32  (Optional)
Time in milliseconds for which the input buffer is cleared.

See Also