Difference between revisions of "TTCPOptions"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit TCP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapsed"...")
 
(No difference)

Latest revision as of 01:46, 30 May 2018

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