The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:UBrowserBufferedTcpLink (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink |
Contents
- 1 Properties
- 1.1 bEOF
- 1.2 bWaiting
- 1.3 CR
- 1.4 CRLF
- 1.5 InputBuffer
- 1.6 InputBufferHead
- 1.7 InputBufferTail
- 1.8 InputQueue
- 1.9 InputQueueLen
- 1.10 LF
- 1.11 OutputBuffer
- 1.12 OutputBufferHead
- 1.13 OutputBufferTail
- 1.14 OutputQueue
- 1.15 OutputQueueLen
- 1.16 WaitForCountChars
- 1.17 WaitingFor
- 1.18 WaitMatchData
- 1.19 WaitResult
- 1.20 WaitTimeoutTime
- 2 Instance functions
- Package:
- UBrowser
- Direct subclasses:
- UBrowserGSpyLink, UBrowserHTTPLink
- This class in other games:
- UT, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
ReadChar
function int ReadChar ()
ResetBuffer
function ResetBuffer ()
SendBufferedData
SendEOF
function bool SendEOF ()