The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UBrowserBufferedTcpLink (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink
Package: 
UBrowser
Direct subclasses:
UBrowserGSpyLink, UBrowserHTTPLink
This class in other games:
RTNP, UT

UBrowserBufferedTcpLink

Properties

bEOF

Type: bool


bWaiting

Type: bool


CR

Type: string


CRLF

Type: string


InputBuffer

Type: byte

Array size: 1024


InputBufferHead

Type: int


InputBufferTail

Type: int


InputQueue

Type: string


InputQueueLen

Type: int


LF

Type: string


OutputBuffer

Type: byte

Array size: 1024


OutputBufferHead

Type: int


OutputBufferTail

Type: int


OutputQueue

Type: string


OutputQueueLen

Type: int


WaitForCountChars

Type: int

if we're waiting for X bytes

WaitingFor

Type: string


WaitMatchData

Type: int


WaitResult

Type: string


WaitTimeoutTime

Type: float


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 bool SendBufferedData (string Text)


SendEOF

function bool SendEOF ()


WaitFor

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


WaitForCount

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