Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

ROInterface.ROBufferedTCPLink

Extends
BufferedTcpLink

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.InternetInfo
         |   
         +-- IPDrv.InternetLink
            |   
            +-- IPDrv.TcpLink
               |   
               +-- IPDrv.BufferedTcpLink
                  |   
                  +-- ROInterface.ROBufferedTCPLink

Variables Summary
stringMatch
stringReceiveState
IpAddrServerIpAddr
stringTimeout
stringWaiting
Inherited Variables from IPDrv.BufferedTcpLink
bWaiting, CR, CRLF, InputBuffer, LF, OutputBuffer, WaitForCountChars, WaitingFor, WaitMatchData, WaitResult, WaitTimeoutTime
Inherited Variables from IPDrv.TcpLink
AcceptClass, LinkState, RecvBuf, RemoteAddr, SendFIFO

Enumerations Summary
Inherited Enumerations from IPDrv.TcpLink
ELinkState

Functions Summary
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))
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


Variables Detail

Match Source code

var string Match;

ReceiveState Source code

var string ReceiveState;

ServerIpAddr Source code

var IpAddr ServerIpAddr;

Timeout Source code

var string Timeout;

Waiting Source code

var string Waiting;


Functions Detail

DestroyLink Source code

function DestroyLink ( ) )

GotMatch Source code

function GotMatch ( int MatchData) )

GotMatchTimeout Source code

function GotMatchTimeout ( int MatchData) )

Resolved Source code

function Resolved ( IpAddr Addr ) )

ResolveFailed Source code

function ResolveFailed ( ) )

SendCommand Source code

function SendCommand ( string Text) )

Tick Source code

function Tick ( float DeltaTime) )

WaitForCount Source code

function WaitForCount ( int Count, float TimeOut, int MatchData) )


Defaultproperties

defaultproperties
{
     Waiting="Waiting"
     Match="Matched"
     TimeOut="Timed Out"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:51.259 - Created with UnCodeX