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

IpDrv.UdpBeacon

Extends
UdpLink
Modifiers
config transient

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

Direct Known Subclasses:

ClientBeaconReceiver

Variables Summary
intboundport
intUdpServerQueryPort
UdpBeacon
intBeaconPort
stringBeaconProduct
floatBeaconTimeout
boolDoBeacon
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 BeginPlay ()))
function BroadcastBeacon (IpAddr Addr))
function BroadcastBeaconQuery (IpAddr Addr))
function Destroyed ()))
event ReceivedText (IpAddr Addr, string Text ))
Inherited Functions from IpDrv.UdpLink
BindPort, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText
Inherited Functions from IpDrv.InternetLink
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr


Variables Detail

boundport Source code

var int boundport;

UdpServerQueryPort Source code

var int UdpServerQueryPort;

UdpBeacon

BeaconPort Source code

var(UdpBeacon) globalconfig int BeaconPort;

BeaconProduct Source code

var(UdpBeacon) globalconfig string BeaconProduct;

BeaconTimeout Source code

var(UdpBeacon) globalconfig float BeaconTimeout;

DoBeacon Source code

var(UdpBeacon) globalconfig bool DoBeacon;

ServerBeaconPort Source code

var(UdpBeacon) globalconfig int ServerBeaconPort;


Functions Detail

BeginPlay Source code

function BeginPlay ( ) )

BroadcastBeacon Source code

function BroadcastBeacon ( IpAddr Addr) )

BroadcastBeaconQuery Source code

function BroadcastBeaconQuery ( IpAddr Addr) )

Destroyed Source code

function Destroyed ( ) )

ReceivedText Source code

event ReceivedText ( IpAddr Addr, string Text ) )


Defaultproperties

defaultproperties
{
     DoBeacon=True
	 ServerBeaconPort=8777
     BeaconPort=9777
     BeaconTimeout=5.000000
     BeaconProduct="unreal"
	 RemoteRole=ROLE_None
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:38.066 - Created with UnCodeX