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: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
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.