TTCPOptions

From Ultibo.org
Jump to: navigation, search

Return to Unit TCP


Description


To be documented

Class definitions



[Expand]

TTCPOptions = class(TProtocolOptions)


Function declarations



[Expand]
constructor TTCPOptions.Create;
Description: To be documented


[Expand]
destructor TTCPOptions.Destroy;
Description: To be documented


[Expand]
procedure TTCPOptions.SetMaxSeg(AMaxSeg:Word);
Description: To be documented


[Expand]
procedure TTCPOptions.SetWindowScale(AWindowScale:Byte);
Description: To be documented


[Expand]
function TTCPOptions.GetOptions:Pointer;
Description: To be documented


[Expand]
function TTCPOptions.GetNoDelay:Boolean;
Description: To be documented


[Expand]
procedure TTCPOptions.SetNoDelay(ANoDelay:Boolean);
Description: To be documented


[Expand]
function TTCPOptions.GetNoPush:Boolean;
Description: To be documented


[Expand]
procedure TTCPOptions.SetNoPush(ANoPush:Boolean);
Description: To be documented


[Expand]
function TTCPOptions.GetNoOpt:Boolean;
Description: To be documented


[Expand]
procedure TTCPOptions.SetNoOpt(ANoOpt:Boolean);
Description: To be documented


[Expand]
function TTCPOptions.GetBsdUrgent:Boolean;
Description: To be documented


[Expand]
procedure TTCPOptions.SetBsdUrgent(ABsdUrgent:Boolean);
Description: To be documented


[Expand]
function TTCPOptions.GetNoSack:Boolean;
Description: To be documented


[Expand]
procedure TTCPOptions.SetNoSack(ANoSack:Boolean);
Description: To be documented


Return to Unit Reference