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

TGpioPollIdle

Callback for PollChange

Declaration

Source position: fpgpio.pas.bak line 84

type TGpioPollIdle = procedure(

  Sender: TGpioPin;

  var CancelPoll: Boolean

) of object;

Arguments

Sender

  

GPIO Pin

CancelPoll

  

User cancel poll

Description

This callback is called after each poll.

See also

TGpioPin.PollChange

  

Polls GPIO pin for change


Documentation generated on: 2020-05-22