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

DeusEx.DeusExLocalLink

Extends
UdpLink
Modifiers
transient

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

Variables Summary
stringBeaconProduct
MenuScreenJoinGameOwnerWindow
intServerBeaconPort
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 BroadcastBeacon ()))
event Destroyed ()))
event ReceivedText (IpAddr Addr, string Text ))
function Start ()))
function Timer ()))
Inherited Functions from IpDrv.UdpLink
BindPort, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText
Inherited Functions from IpDrv.InternetLink
GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr, Validate


Variables Detail

BeaconProduct Source code

var config string BeaconProduct;

OwnerWindow Source code

var MenuScreenJoinGame OwnerWindow;

ServerBeaconPort Source code

var config int ServerBeaconPort;


Functions Detail

BroadcastBeacon Source code

function BroadcastBeacon ( ) )

Destroyed Source code

event Destroyed ( ) )

ReceivedText Source code

event ReceivedText ( IpAddr Addr, string Text ) )

Start Source code

function Start ( ) )

Timer Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
     BeaconProduct="DeusEx"
     ServerBeaconPort=8777
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:05.743 - Created with UnCodeX