[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpgpio' (#pascalio)

TGpioPin.WaitForInterrupt

Waits for interrupt

Declaration

Source position: fpgpio.pas.bak line 100

public function TGpioPin.WaitForInterrupt(

  timeout: LongInt

):Boolean; virtual;

function TGpioPin.WaitForInterrupt(

  timeout: LongInt;

  out NewValue: Boolean

):Boolean; virtual;

Arguments

timeout

  

Timeout in milliseconds

Arguments

timeout

  

Timeout in milliseconds

Errors

If (direct) interrupts are not supported (e.g. I/O expanders), an EDirectInterruptError exception is raised.

See also

TGpioPin.InterruptMode

  

Interrupt mode


Documentation generated on: 2020-05-22