- Extends
- BufferedTcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IPDrv.InternetLink
|
+-- IPDrv.TcpLink
|
+-- IPDrv.BufferedTcpLink
|
+-- ROInterface.ROBufferedTCPLink
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 string Match;
var string ReceiveState;
var string Timeout;
var string Waiting;
function DestroyLink ( ) )
function GotMatch ( int MatchData) )
function GotMatchTimeout ( int MatchData) )
function Resolved (
IpAddr Addr ) )
function ResolveFailed ( ) )
function SendCommand ( string Text) )
function Tick ( float DeltaTime) )
function WaitForCount ( int Count, float TimeOut, int MatchData) )
defaultproperties
{
Waiting="Waiting"
Match="Matched"
TimeOut="Timed Out"
}
|
Creation time: Fri 13-10-2023 03:18:51.259 - Created with
UnCodeX