Class TClientReadThread

Unit

Declaration

type TClientReadThread = class(TThread)

Description

Thread for handling client read operations in a connection slot.

Hierarchy

Overview

Fields

Private FSlot: Integer;

Methods

Public constructor Create(const CreatePaused: Boolean; const ConnectionSlot: Integer);
Protected procedure Execute; override;

Description

Fields

Private FSlot: Integer;

The connection slot that this thread is responsible for.

Methods

Public constructor Create(const CreatePaused: Boolean; const ConnectionSlot: Integer);

Constructor for TClientReadThread. Initializes the thread with the specified connection slot.

Parameters
CreatePaused
Determines whether the thread starts paused.
ConnectionSlot
The slot number associated with the connection this thread will handle.
Protected procedure Execute; override;

The main procedure that runs the thread’s logic.


Generated by PasDoc 0.16.0-snapshot.