DigitalGetInputEvent Method
If an input event (e.g. button press) has been detected, get its value or return -1 otherwise.
Use class
Input for symbolic labels for input events.
Input events are only detected for Arduino pins that have been
enabled.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public int GetInputEvent()
Public Function GetInputEvent As Integer
member GetInputEvent : unit -> int
Return Value
Int32An integer value representing a detected input event. A value of -1 indicates not events detected.