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
event BeginPlay ()))
function BroadcastBeacon (IpAddr Addr))
event Destroyed ()))
eventstring GetBeaconAddress (int i ))
eventstring GetBeaconText (int i))
event ReceivedText (IpAddr Addr, string Text ))
event 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

event BeginPlay ( ) )

BroadcastBeacon Source code

function BroadcastBeacon ( IpAddr Addr) )

Destroyed Source code

event Destroyed ( ) )

GetBeaconAddress Source code

event string GetBeaconAddress ( int i ) )

GetBeaconText Source code

event string GetBeaconText ( int i) )

ReceivedText Source code

event ReceivedText ( IpAddr Addr, string Text ) )

Timer Source code

event Timer ( ) )


Defaultproperties

defaultproperties
{
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:28.036 - Created with UnCodeX