Jump to content

Event Connection.PinChange: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import
No edit summary
Line 20: Line 20:


==Examples==
==Examples==
''<span style="color:red;">No additional examples</span>''
 
Example showing how to monitor for pin changes and how to simulate two pins shorted together by copying the value of one pin to the value of another.
 
{{Fcfile|ShortedIOPinsInSimulation.fcfx|PinChange Event Example}}

Revision as of 13:38, 9 June 2016

<sidebar>Event Contents</sidebar> Sent during simulation if a connected port pin changes

This event is part of the Connection class

Parameters

This event has no parameters


Return value

ULONG The return of this event is currently unused


Detailed description

No additional information


Examples

Example showing how to monitor for pin changes and how to simulate two pins shorted together by copying the value of one pin to the value of another.

PinChange Event Example