IpDrv.InternetLink
- Extends
- InternetInfo
- Modifiers
- native transient
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
Direct Known Subclasses:
TcpLink, UdpLink
Structures Summary |
IpAddr Addr, Port |
var const int DataPending;
var const int Port;
var private native const int PrivateResolveInfo;
var const int RemoteSocket;
var const int Socket;
enum ELinkMode
{
MODE_Text,
MODE_Line,
MODE_Binary
};
struct IpAddr
{
var int Addr;
var int Port;
};
native function int GetLastError ( )
native function GetLocalIP (
out IpAddr Arg )
native function string IpAddrToString (
IpAddr Arg )
native function bool IsDataPending ( )
native function bool ParseURL ( coerce string URL,
out string Addr,
out int Port,
out string LevelName,
out string EntryName )
native function Resolve ( coerce string Domain )
event Resolved (
IpAddr Addr )
event ResolveFailed ( )
native function bool StringToIpAddr (
string Str,
out IpAddr Addr )
native function string Validate ( string ValidationString, string GameName )
Creation time: Fr 7.6.2013 13:14:37.267 - Created with
UnCodeX