Event Connection.PinChange

From Flowcode Help
Jump to navigationJump to search

<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