Always snap to grid
UE1:InternetLink (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE1:EReceiveMode (UT))
Object >> Actor >> Info >> InternetInfo >> InternetLink |
Contents
- Package:
- IpDrv
- Direct subclasses:
- TcpLink, UdpLink
- This class in other games:
- RTNP, U1, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3, UDK
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. |
InternetLink: Parent class for Internet connection classes
Properties[edit]
DataPending[edit]
Type: int
Modifiers: const
LinkMode[edit]
Type: ELinkMode
Port[edit]
Type: int
Modifiers: const
PrivateResolveInfo[edit]
Type: int
Modifiers: private, native, const
ReceiveMode[edit]
Type: EReceiveMode
RemoteSocket[edit]
Type: int
Modifiers: const
Socket[edit]
Type: int
Modifiers: const
Enums[edit]
ELinkMode[edit]
- MODE_Text
- MODE_Line
- MODE_Binary
EReceiveMode[edit]
- RMODE_Manual
- RMODE_Event
Structs[edit]
IpAddr[edit]
Functions[edit]
Native functions[edit]
GetLastError[edit]
native function int GetLastError ()
GetLocalIP[edit]
native function GetLocalIP (out IpAddr Arg)
IpAddrToString[edit]
IsDataPending[edit]
native function bool IsDataPending ()
ParseURL[edit]
native function bool ParseURL (coerce string URL, out string Addr, out int Port, out string LevelName, out string EntryName)
Resolve[edit]
native function Resolve (coerce string Domain)
StringToIpAddr[edit]
Validate[edit]
Events[edit]
Resolved[edit]
event Resolved (IpAddr Addr)
ResolveFailed[edit]
event ResolveFailed ()