DigitalClearInputEvents Method
Clears queued inputs from the internal buffer and resets the current readings to false. Clears for the duration
specified by parameter timeoutMs.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public void ClearInputEvents(
int timeoutMs = 250
)
Public Sub ClearInputEvents (
Optional timeoutMs As Integer = 250
)
member ClearInputEvents :
?timeoutMs : int
(* Defaults:
let _timeoutMs = defaultArg timeoutMs 250
*)
-> unit
Parameters
- timeoutMs Int32 (Optional)
- Time in milliseconds for which the input buffer is cleared.