Contents
Display Legacy Contents

 Print
    GPIO Config Input Event    
Configures in what forms to trigger the GPIO State Changed event and in which variables to store the PIN and State values.

Parameters

Event Mode
Configures in what forms to trigger the event.
  • Top Form
    The notification will be sent only to the top form
  • First Form
    The notification will be sent only to the first form of the App
  • Topest Form with event
    The notification will be sent only to the topest form that has the event.
    If the top form does not have the event, the the previous form will be used, if the previous form does not have the event, then its previous form will be used, and so on, untill a form is found that has the event.

  • Top or First
    If the Top form has the event, than the Top form event will be executed, if not, then the event will be executed in the application top form
  • All Forms
    The event will be executed in all open forms that have the event


Targets PIN
This variable will hold the PIN in which the state change event occured

Targets Value
This variable will hold the new PIN state. It can be:
  • 0-Low
  • 1-High

     


See also
Samples

 
 
Updated : 2/2/2021 6:35 PM