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

IpDrv.UdpLink

Extends
InternetLink
Modifiers
native transient

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

Direct Known Subclasses:

UdpGameSpyQuery, UdpGameSpyUplink

Variables Summary
stringRecvBuf
UdpLink
intBroadcastAddr
Inherited Variables from IpDrv.InternetLink
DataPending, InLineMode, LinkMode, OutLineMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket

Enumerations Summary
Inherited Enumerations from IpDrv.InternetLink
ELineMode, ELinkMode, EReceiveMode

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
functionint BindPort (optional int Port, optional bool bUseNextAvailable)
functionint ReadBinary (out IpAddr Addr, int Count, out byte B[255])
functionint ReadText (out IpAddr Addr, out string Str)
event ReceivedBinary (IpAddr Addr, int Count, byte B[255])
event ReceivedLine (IpAddr Addr, string Line)
event ReceivedText (IpAddr Addr, string Text)
functionbool SendBinary (IpAddr Addr, int Count, byte B[255])
functionbool SendText (IpAddr Addr, coerce string Str)
Inherited Functions from IpDrv.InternetLink
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr
Inherited Functions from Engine.InternetInfo
GetBeaconAddress, GetBeaconCount, GetBeaconText


Variables Detail

RecvBuf Source code

var const string RecvBuf;

UdpLink

BroadcastAddr Source code

var(UdpLink) const int BroadcastAddr;


Functions Detail

BindPort Source code

native function int BindPort ( optional int Port, optional bool bUseNextAvailable )

ReadBinary Source code

native function int ReadBinary ( out IpAddr Addr, int Count, out byte B[255] )

ReadText Source code

native function int ReadText ( out IpAddr Addr, out string Str )

ReceivedBinary Source code

event ReceivedBinary ( IpAddr Addr, int Count, byte B[255] )

ReceivedLine Source code

event ReceivedLine ( IpAddr Addr, string Line )

ReceivedText Source code

event ReceivedText ( IpAddr Addr, string Text )

SendBinary Source code

native function bool SendBinary ( IpAddr Addr, int Count, byte B[255] )

SendText Source code

native function bool SendText ( IpAddr Addr, coerce string Str )


Defaultproperties

defaultproperties
{
     bAlwaysTick=True
	 BroadcastAddr=-1;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:25.743 - Created with UnCodeX