Internet Direct (Indy)
Home
PreviousUpNext
TIdFSPPacket Class

Represents packets sent and received in FSP protocol exchanges.

Pascal
TIdFSPPacket = class(TObject);

TIdFSPPacket is a TObject descendant that represents packets sent and received in FSP protocol exchanges. 

TIdFSPPacket includes properties that represent the command, identifier, and packet sequence for an FSP packet. Additional propertiesrepresent the data, file position, byte count, and extra data for files sent or received using the FSP protocol. 

TIdFSPPacket also includes methods need to read and write the binary values that make up an FSP packet. 

Instances of TIdFSPPacket are created and used in methods in the TIdFSP client that implement the various FSP protocol commands.

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.