Specifies the largest UDP packet size.
property BufferSize: Integer;
BufferSize is an Integer property used to specify the largest UDP packet that can be sent or received in a single operation using Binding. The default value for BufferSize is ID_UDP_BUFFERSIZE, as assigned during initialization of the component.
BufferSize is used in ReceiveString to allocate the buffer required in ReceiveBuffer for reading an incoming datagram.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|