[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Waits for indirect interrupt
Source position: fpgpio.pas.bak line 102
public function TGpioPin.WaitForInterruptIndirect( |
timeout: LongInt; |
const Cascade: array of TGpioPin |
):Boolean; virtual; |
timeout |
|
Timeout in milliseconds |
A change on a pin of an I/O expander can't be detected by the host. So most (or at least some of them) can be configured to indicate a change on a outgoing interrupt pin. The provided TGpioPin object has to be fully configured.