Cogito, ergo sum
UE1:UBrowserBufferedTcpLink (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink |
- Package:
- UBrowser
- Direct subclasses:
- UBrowserGSpyLink, UBrowserHTTPLink
- This class in other games:
- RTNP, UT
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
[edit] ReadChar
function int ReadChar ()
[edit] ResetBuffer
function ResetBuffer ()
[edit] SendBufferedData
[edit] SendEOF
function bool SendEOF ()
