KFMod.KFBufferedTCPLink
- Extends
- BufferedTcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IPDrv.InternetLink
|
+-- IPDrv.TcpLink
|
+-- IPDrv.BufferedTcpLink
|
+-- KFMod.KFBufferedTCPLink
Inherited Variables from IPDrv.BufferedTcpLink |
bWaiting, CR, CRLF, InputBuffer, LF, OutputBuffer, WaitForCountChars, WaitingFor, WaitMatchData, WaitResult, WaitTimeoutTime |
Inherited Functions from IPDrv.BufferedTcpLink |
DoBufferQueueIO, GotMatch, GotMatchTimeout, ParseDelimited, PeekChar, ReadBufferedLine, ReadChar, ReceivedText, ResetBuffer, SendBufferedData, WaitFor, WaitForCount |
Inherited Functions from IPDrv.TcpLink |
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, OpenNoSteam, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText |
var bool bDone;
var bool bFailed;
var bool bSendRequest;
var int CurrentRetries;
var string Match;
var int MaxRetries;
var string ReceiveState;
var float RetryTime;
var string TargetAddress;
var string TargetRequest;
var string Timeout;
var string Waiting;
function DestroyLink ( ) )
function GotMatch ( int MatchData) )
function GotMatchTimeout ( int MatchData) )
function Init ( string Address, string Request) )
event ReceivedText ( string Text) )
function Resolved (
IpAddr Addr) )
function ResolveFailed ( ) )
function Tick ( float DeltaTime) )
event Timer ( ) )
function WaitForCount ( int Count, float TimeOut, int MatchData) )
defaultproperties
{
Waiting="Waiting"
Match="Matched"
TimeOut="Timed Out"
RetryTime=0.250000
MaxRetries=20
}
|
Creation time: Fri 13-10-2023 03:18:46.156 - Created with
UnCodeX