Internet Direct (Indy)
Home
PreviousUpNext
TIdFSPPacket.Data Property

Binary contents of a packet used in an FSP protocol exchange.

Pascal
property Data: TIdBytes;

Data is a TIdBytes property that represents the binary content of the packet exchanged using the FSP protocol. 

Values in Data are updated in methods in the FSP client that implement the various FSP commands using the formats specified in the FSP protocol. These values are converted from properties to byte form when the WritePacket method is called during execution of the command on the FSP client. 

Use ReadPacket to convert byte values read in an FSP protocol response to their representation as properties in the object instance.

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.