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

TGpioPollResult

Result of PollChange

Declaration

Source position: fpgpio.pas.bak line 85

type TGpioPollResult = (

  gprChanged,

  

Value changed

  gprTimeout,

  

Timeout expired

  gprCancelled

  

Cancelled during callback

);

Description

Indicates the return reason of TGpioPin.PollChange

See also

TGpioPin.PollChange

  

Polls GPIO pin for change


Documentation generated on: 2020-05-22