Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPSystatEvent Type

Implements the event handler for client connections to the Systat server.

Pascal
TIdUDPSystatEvent = procedure (ABinding: TIdSocketHandle; AResults : TIdStrings) of object;
Parameters 
Description 
ABinding 
Context for the client connection.
 
AResults 
User list for the client session. 

TIdUDPSystatEvent is an type used to implement the event handler TIdSystatUDPServer.OnSystat property. 

ABinding is the socket handle for the listener thread handling datagram transmission to the client for the session. 

AResults is a TStrings variable used to build the list of active users on the Systat server. AResults is written to the client during execution of the client session. 

TIdUDPSystatEvent allows TIdSystatUDPServer to implement the processing required to get the list of active users for the server, and to store the user list in the AResults variable.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.