Cogito, ergo sum

UE1:UBrowserBufferedTcpLink (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink

Contents

Package: 
UBrowser
Direct subclasses:
UBrowserGSpyLink, UBrowserHTTPLink
This class in other games:
RTNP, UT

UBrowserBufferedTcpLink

[edit] Properties

[edit] bEOF

Type: bool


[edit] bWaiting

Type: bool


[edit] CR

Type: string


[edit] CRLF

Type: string


[edit] InputBuffer

Type: byte

Array size: 1024


[edit] InputBufferHead

Type: int


[edit] InputBufferTail

Type: int


[edit] InputQueue

Type: string


[edit] InputQueueLen

Type: int


[edit] LF

Type: string


[edit] OutputBuffer

Type: byte

Array size: 1024


[edit] OutputBufferHead

Type: int


[edit] OutputBufferTail

Type: int


[edit] OutputQueue

Type: string


[edit] OutputQueueLen

Type: int


[edit] WaitForCountChars

Type: int

if we're waiting for X bytes

[edit] WaitingFor

Type: string


[edit] WaitMatchData

Type: int


[edit] WaitResult

Type: string


[edit] WaitTimeoutTime

Type: float


[edit] Instance functions

[edit] DoBufferQueueIO

function DoBufferQueueIO ()


[edit] GotMatch

function GotMatch (int MatchData)


[edit] GotMatchTimeout

function GotMatchTimeout (int MatchData)


[edit] ParseDelimited

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


[edit] PeekChar

function int PeekChar ()


[edit] ReadBufferedLine

function bool ReadBufferedLine (out string Text)


[edit] ReadChar

function int ReadChar ()


[edit] ResetBuffer

function ResetBuffer ()


[edit] SendBufferedData

function bool SendBufferedData (string Text)


[edit] SendEOF

function bool SendEOF ()


[edit] WaitFor

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


[edit] WaitForCount

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