Unit 'PXL.Sysfs.UART' Package
[Overview][Resource strings][Classes][Index] [#pl_asphyrepxl]

TSysfsUART

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

Declaration

Source position: PXL.Sysfs.UART.pas line 22

type TSysfsUART = class(TCustomPortUART)

protected

  function GetBaudRate; override;

  

  procedure SetBaudRate(); override;

  

  function GetBitsPerWord; override;

  

  procedure SetBitsPerWord(); override;

  

  function GetParity; override;

  

  procedure SetParity(); override;

  

  function GetStopBits; override;

  

  procedure SetStopBits(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Read(); override;

  

  function Write(); override;

  

  procedure Flush; override;

  

  property SystemPath: StdString; [r]

  

  property Handle: TUntypedHandle; [r]

  

  property BaudRate: Cardinal; [rw]

  

  property BitsPerWord: TBitsPerWord; [rw]

  

  property Parity: TParity; [rw]

  

  property StopBits: TStopBits; [rw]

  

end;

Inheritance

TSysfsUART

  

|

TCustomPortUART

  

|

TCustomDataPort

  

|

TObject



CT Web help

CodeTyphon Studio