Class tcustomsercommcomp

Unit

Declaration

type tcustomsercommcomp = class(tcustomcommcomp)

Description

This item has no description.

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;

This item has no description.

Protected fport: tasyncserport;

This item has no description.

Methods

Protected function trywritedata(const adata: string): syserrorty; override;

This item has no description.

Protected procedure internalconnect; override;

This item has no description.

Protected procedure internaldisconnect; override;

This item has no description.

Protected procedure closepipes(const sender: tcustomcommpipes); override;

This item has no description.

Protected procedure doasyncevent(var atag: integer); override;

This item has no description.

Protected function gethalfduplex: boolean; override;

This item has no description.

Protected procedure doportopen;

This item has no description.

Protected procedure doportclose;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public function calctransmissiontime(const alength: integer): integer; override;

This item has no description.

Properties

Public property pipes: tsercommpipes read fpipes write setpipes;

This item has no description.

Public property port: tasyncserport read fport write setport;

This item has no description.

Public property options: sercommoptionsty read foptions write setoptions default [];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.