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:

UBrowserLocalLink, UBrowserServerPing, UdpBeacon, UdpServerQuery, UdpServerUplink

Variables Summary
UdpLink
intBroadcastAddr
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
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
GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr, Validate
Inherited Functions from Engine.InternetInfo
GetBeaconAddress, GetBeaconText


Variables Detail

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
{
     BroadcastAddr=-1
     bAlwaysTick=True
}

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