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