Mostly Harmless
UE2:BufferedTcpLink (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> BufferedTcpLink |
Contents
- Package:
- IpDrv
- Direct subclass:
- IRCLink
- This class in other games:
- UE2Runtime, U2, UT2004
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. |
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
ReadChar
function int ReadChar ()
ResetBuffer
function ResetBuffer ()
SendBufferedData
function SendBufferedData (string Text)