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

IpDrv.ClientBeaconReceiver

Extends
UdpBeacon
Modifiers
transient

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

Variables Summary
BeaconInfoBeacons[32]
Inherited Variables from IpDrv.UdpBeacon
BeaconPort, BeaconProduct, BeaconTimeout, boundport, DoBeacon, ServerBeaconPort, UdpServerQueryPort
Inherited Variables from IpDrv.UdpLink
BroadcastAddr

Structures Summary
BeaconInfo
Addr, Time, Text

Functions Summary
function BeginPlay ()))
function BroadcastBeacon (IpAddr Addr))
function Destroyed ()))
functionstring GetBeaconAddress (int i ))
functionstring GetBeaconText (int i))
event ReceivedText (IpAddr Addr, string Text ))
function Timer ()))
Inherited Functions from IpDrv.UdpBeacon
BeginPlay, BroadcastBeacon, BroadcastBeaconQuery, Destroyed, ReceivedText
Inherited Functions from IpDrv.UdpLink
BindPort, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText


Variables Detail

Beacons[32] Source code

var BeaconInfo Beacons[32];


Structures Detail

BeaconInfo Source code

struct BeaconInfo
{
var IpAddr Addr;
var string Text;
var float Time;
};



Functions Detail

BeginPlay Source code

function BeginPlay ( ) )

BroadcastBeacon Source code

function BroadcastBeacon ( IpAddr Addr) )

Destroyed Source code

function Destroyed ( ) )

GetBeaconAddress Source code

function string GetBeaconAddress ( int i ) )

GetBeaconText Source code

function string GetBeaconText ( int i) )

ReceivedText Source code

event ReceivedText ( IpAddr Addr, string Text ) )

Timer Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
}

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