Mostly Harmless

UE2:BufferedTcpLink (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> BufferedTcpLink
Package: 
IpDrv
This class in other games:
UE2Runtime, UT2003, UT2004

BufferedTcpLink

Properties

bWaiting

Type: bool


CR

Type: string


CRLF

Type: string


InputBuffer

Type: string


LF

Type: string


OutputBuffer

Type: string


WaitForCountChars

Type: int

if we're waiting for X bytes

WaitingFor

Type: string


WaitMatchData

Type: int


WaitResult

Type: string


WaitTimeoutTime

Type: float


Default values

Property Value
ReceiveMode RMODE_Event

Functions

Events

ReceivedText

event ReceivedText (string Text)

Overrides: TcpLink.ReceivedText


Other instance functions

DoBufferQueueIO

function DoBufferQueueIO ()


GotMatch

function GotMatch (int MatchData)


GotMatchTimeout

function GotMatchTimeout (int MatchData)


ParseDelimited

function string ParseDelimited (string Text, string Delimiter, int Count, optional bool bToEndOfLine)


PeekChar

function int PeekChar ()


ReadBufferedLine

function bool ReadBufferedLine (out string Text)


ReadChar

function int ReadChar ()


ResetBuffer

function ResetBuffer ()


SendBufferedData

function SendBufferedData (string Text)


WaitFor

function WaitFor (string What, float TimeOut, int MatchData)


WaitForCount

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