Internet Direct (Indy)
Home
PreviousUpNext
TIdFSPLogEvent Type

Event type signalled when the FSP client sends or receives packets in an FSP protocol exchange.

Pascal
TIdFSPLogEvent = procedure (Sender : TObject; APacket : TIdFSPPacket) of object;
Parameters 
Description 
Sender 
FSP client for the event notification.
 
APacket 
FSP packet for the event notification. 

TIdFSPLogEvent is an event type signalled when the FSP client sends or receives packets in an FSP protocol exchange. 

Sender is the FSP client generating the event notification. 

APacket is the TIdFSPPacket instance representing the FSP packet for the event notification. 

TIdFSPLogEvent is the type used to implement the OnRecv and OnSend event handlers in the TIdFSP client. TIdFSPLogEvent allows the FSP client to perform actions required when raw FSP packets are read or written using methods in the FSP client.

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.