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