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
      |   
      +-- IpDrv.UdpLink
         |   
         +-- IpDrv.UdpBeacon
            |   
            +-- IpDrv.ClientBeaconReceiver

Constants Summary
Inherited Contants from IpDrv.UdpLink
BroadcastAddr

Variables Summary
BeaconInfoBeacons[32]
Inherited Variables from IpDrv.UdpBeacon
BeaconPort, BeaconProduct, BeaconTime, BeaconTimeout, DoBeacon
Inherited Variables from IpDrv.UdpLink
Socket, UdpMode

Enumerations Summary
Inherited Enumerations from IpDrv.UdpLink
EUdpMode

Structures Summary
BeaconInfo
Addr, Time, Text
Inherited Structures from IpDrv.UdpLink
IpAddr

Functions Summary
function BeginPlay ()
function Destroyed ()
event ReceivedText (IpAddr Addr, string[240] Text)
function Timer ()
functionstring [ (] GetBeaconAddress(int i)
functionString [ (] GetBeaconText(int i)
Inherited Functions from IpDrv.UdpLink
BindPort, ReceivedText, Resolve, Resolved, ResolveFailed, SendBinary, SendText, [


Variables Detail

Beacons[32] Source code

var BeaconInfo Beacons[32];


Structures Detail

BeaconInfo Source code

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



Functions Detail

BeginPlay Source code

function BeginPlay ( )

Destroyed Source code

function Destroyed ( )

ReceivedText Source code

event ReceivedText ( IpAddr Addr, string[240] Text )

Timer Source code

function Timer ( )

[ Source code

function string [ ( ] GetBeaconAddress(int i )

[ Source code

function String [ ( ] GetBeaconText(int i )



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