Event type signalled when the FSP client sends or receives packets in an FSP protocol exchange.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|