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

IpServer.UdpServerUplink

Extends
UdpLink
Modifiers
config

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

Variables Summary
stringHeartbeatMessage
IpAddrMasterServerIpAddr
UdpServerQueryQuery
UdpServerUplink
boolDoUplink
stringMasterServerAddress
intMasterServerPort
intRegion
nameTargetQueryName
intUpdateMinutes
Inherited Variables from IpDrv.UdpLink
BroadcastAddr
Inherited Variables from IpDrv.InternetLink
DataPending, LinkMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket

Enumerations Summary
Inherited Enumerations from IpDrv.InternetLink
ELinkMode, EReceiveMode

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
function Halt ()
function PreBeginPlay ()
function Resolved (IpAddr Addr)
function ResolveFailed ()
function Resume ()
function Timer ()
Inherited Functions from IpDrv.UdpLink
BindPort, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText, Validate
Inherited Functions from IpDrv.InternetLink
GetLastError, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed


Variables Detail

HeartbeatMessage Source code

var string HeartbeatMessage;

MasterServerIpAddr Source code

var IpAddr MasterServerIpAddr;

Query Source code

var UdpServerQuery Query;

UdpServerUplink

DoUplink Source code

var(UdpServerUplink) config bool DoUplink;

MasterServerAddress Source code

var(UdpServerUplink) config string MasterServerAddress;

MasterServerPort Source code

var(UdpServerUplink) config int MasterServerPort;

Region Source code

var(UdpServerUplink) config int Region;

TargetQueryName Source code

var(UdpServerUplink) name TargetQueryName;

UpdateMinutes Source code

var(UdpServerUplink) config int UpdateMinutes;


Functions Detail

Halt Source code

function Halt ( )

PreBeginPlay Source code

function PreBeginPlay ( )

Resolved Source code

function Resolved ( IpAddr Addr )

ResolveFailed Source code

function ResolveFailed ( )

Resume Source code

function Resume ( )

Timer Source code

function Timer ( )


Defaultproperties

defaultproperties
{
     UpdateMinutes=1
     MasterServerPort=27900
     TargetQueryName=MasterUplink
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:49:33.812 - Created with UnCodeX