Class tcustomsercommcomp

Unit

Declaration

type tcustomsercommcomp = class(tcustomcommcomp)

Description

No description available, ancestor tcustomcommcomp description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Fields

Protected fpipes: tsercommpipes;
Protected fport: tasyncserport;

Methods

Protected function trywritedata(const adata: string): syserrorty; override;
Protected procedure internalconnect; override;
Protected procedure internaldisconnect; override;
Protected procedure closepipes(const sender: tcustomcommpipes); override;
Protected procedure doasyncevent(var atag: integer); override;
Protected function gethalfduplex: boolean; override;
Protected procedure doportopen;
Protected procedure doportclose;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public function calctransmissiontime(const alength: integer): integer; override;

Properties

Public property pipes: tsercommpipes read fpipes write setpipes;
Public property port: tasyncserport read fport write setport;
Public property options: sercommoptionsty read foptions write setoptions default [];

Description

Fields

Protected fpipes: tsercommpipes;
 
Protected fport: tasyncserport;
 

Methods

Protected function trywritedata(const adata: string): syserrorty; override;
 
Protected procedure internalconnect; override;
 
Protected procedure internaldisconnect; override;
 
Protected procedure closepipes(const sender: tcustomcommpipes); override;
 
Protected procedure doasyncevent(var atag: integer); override;
 
Protected function gethalfduplex: boolean; override;
 
Protected procedure doportopen;
 
Protected procedure doportclose;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public function calctransmissiontime(const alength: integer): integer; override;
 

Properties

Public property pipes: tsercommpipes read fpipes write setpipes;
 
Public property port: tasyncserport read fport write setport;
 
Public property options: sercommoptionsty read foptions write setoptions default [];
 

Generated by PasDoc 0.16.0.