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

TGpioControlledPin

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

GPIO pin class for TGPIOController

Declaration

Source position: fpgpio.pas.bak line 142

type TGpioControlledPin = class(TGpioPin)

protected

  function GetActiveLow; override;

  function GetDirection; override;

  function GetInterruptMode; override;

  function GetValue; override;

  procedure SetActiveLow(); override;

  procedure SetDirection(); override;

  procedure SetInterruptMode(); override;

  procedure SetValue(); override;

public

  property Controller: TGpioController; [r]

  property Index: LongWord; [r]

  property OnInterrupt: TOnGpioInterrupt; [rw]

end;

Inheritance

TGpioControlledPin

  

GPIO pin class for TGPIOController

|

TGpioPin

  

Abstract GPIO class

|

TObject

Description

This class is an implementation for TGpioController. All actions are forwarded to the controller.

See also

TGpioController

  

Generic class for a goup of GPIO pins controlled together


Documentation generated on: 2020-05-22