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
ELineModeInLineMode
ELinkModeLinkMode
ELineModeOutLineMode
intPort
pointerPrivateResolveInfo
EReceiveModeReceiveMode
pointerRemoteSocket
pointerSocket
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Enumerations Summary
ELineMode
LMODE_auto, LMODE_DOS, LMODE_UNIX, LMODE_MAC,
ELinkMode
MODE_Text, MODE_Line, MODE_Binary
EReceiveMode
RMODE_Manual, RMODE_Event

Structures Summary
IpAddr
Addr, Port

Functions Summary
functionstring GameSpyGameName ()
functionstring GameSpyValidate (string ValidationString)
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)
Inherited Functions from Engine.InternetInfo
GetBeaconAddress, GetBeaconCount, GetBeaconText
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

DataPending Source code

var const int DataPending;

InLineMode Source code

var ELineMode InLineMode;

LinkMode Source code

var ELinkMode LinkMode;

OutLineMode Source code

var ELineMode OutLineMode;

Port Source code

var const int Port;

PrivateResolveInfo Source code

var private native const pointer PrivateResolveInfo;

ReceiveMode Source code

var EReceiveMode ReceiveMode;

RemoteSocket Source code

var const pointer RemoteSocket;

Socket Source code

var const pointer Socket;


Enumerations Detail

ELineMode Source code

enum ELineMode
{
LMODE_auto, LMODE_DOS, LMODE_UNIX, LMODE_MAC,
};

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

GameSpyGameName Source code

native function string GameSpyGameName ( )

GameSpyValidate Source code

native function string GameSpyValidate ( string ValidationString )

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 )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:02.796 - Created with UnCodeX