Internet Direct (Indy)
Home
PreviousUpNext
TIdFSPPacket.Key Property

The unique identifier for the protocol response packet.

Pascal
property Key: Word;

Key is a Word property that represents the unique identifier for the packet. 

Packets sent from a remote FSP host include a vlaue in Key to prevent duplicate processing of packets in the FSP protocol exchange. 

The value in Key is read from the binary contents of the packet in the ReadPacket method. The value in Key is written to the binary contents of the packet in the WritePacket method. 

Use Sequence to determine the order for a packet having the specified Key received in response to an FSP command.

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.