Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

IpDrv.InternetLink

Extends
InternetInfo
Modifiers
native transient

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.InternetInfo
         |   
         +-- IpDrv.InternetLink

Direct Known Subclasses:

TcpLink, UdpLink

Variables Summary
intDataPending
ELinkModeLinkMode
intPort
intPrivateResolveInfo
EReceiveModeReceiveMode
intRemoteSocket
intSocket

Enumerations Summary
ELinkMode
MODE_Text, MODE_Line, MODE_Binary
EReceiveMode
RMODE_Manual, RMODE_Event

Structures Summary
IpAddr
Addr, Port

Functions Summary
functionint GetLastError ()
function GetLocalIP (out IpAddr Arg)
functionstring IpAddrToString (IpAddr Arg)
functionbool IsDataPending ()
functionbool ParseURL (coerce string URL, out string Addr, out int Port, out string LevelName, out string EntryName)
function Resolve (coerce string Domain)
event Resolved (IpAddr Addr)
event ResolveFailed ()
functionbool StringToIpAddr (string Str, out IpAddr Addr)
functionstring Validate (string ValidationString, string GameName)
Inherited Functions from Engine.InternetInfo
GetBeaconAddress, GetBeaconText


Variables Detail

DataPending Source code

var const int DataPending;

LinkMode Source code

var ELinkMode LinkMode;

Port Source code

var const int Port;

PrivateResolveInfo Source code

var private native const int PrivateResolveInfo;

ReceiveMode Source code

var EReceiveMode ReceiveMode;

RemoteSocket Source code

var const int RemoteSocket;

Socket Source code

var const int Socket;


Enumerations Detail

ELinkMode Source code

enum ELinkMode
{
MODE_Text, MODE_Line, MODE_Binary
};

EReceiveMode Source code

enum EReceiveMode
{
RMODE_Manual, RMODE_Event
};


Structures Detail

IpAddr Source code

struct IpAddr
{
var int Addr;
var int Port;
};



Functions Detail

GetLastError Source code

native function int GetLastError ( )

GetLocalIP Source code

native function GetLocalIP ( out IpAddr Arg )

IpAddrToString Source code

native function string IpAddrToString ( IpAddr Arg )

IsDataPending Source code

native function bool IsDataPending ( )

ParseURL Source code

native function bool ParseURL ( coerce string URL, out string Addr, out int Port, out string LevelName, out string EntryName )

Resolve Source code

native function Resolve ( coerce string Domain )

Resolved Source code

event Resolved ( IpAddr Addr )

ResolveFailed Source code

event ResolveFailed ( )

StringToIpAddr Source code

native function bool StringToIpAddr ( string Str, out IpAddr Addr )

Validate Source code

native function string Validate ( string ValidationString, string GameName )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:37.267 - Created with UnCodeX