Difference between revisions of "Event Connection.PinChange"

From Flowcode Help
Jump to navigationJump to search
(XML import)
 
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}}

Latest 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.

FC6 Icon.png PinChange Event Example