TTCPState

From Ultibo.org
Revision as of 01:44, 30 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit TCP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapsed"...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit TCP


Description


To be documented

Class definitions



[Expand]

TTCPState = class(TProtocolState)


Function declarations



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


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


[Expand]
procedure TTCPState.SetState(AState:LongWord);
Description: To be documented


[Expand]
function TTCPState.GetListening:Boolean;
Description: To be documented


[Expand]
procedure TTCPState.SetListening(AValue:Boolean);
Description: To be documented


[Expand]
function TTCPState.GetEstablished:Boolean;
Description: To be documented


[Expand]
procedure TTCPState.SetEstablished(AValue:Boolean);
Description: To be documented


[Expand]
function TTCPState.GetClosed:Boolean;
Description: To be documented


[Expand]
procedure TTCPState.SetClosed(AValue:Boolean);
Description: To be documented


[Expand]
function TTCPState.GetSynchronized:Boolean;
Description: Check for one of the synchronized states, all others are non synchronized or closed


Return to Unit Reference