TTCPState

From Ultibo.org
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