There is no spoon

UE2:UdpLink (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink

Contents

Package: 
IpDrv
Direct subclasses:
UdpBeacon, UdpGameSpyQuery, UdpGameSpyUplink
This class in other games:
RTNP, U1, U2, U2XMP, UT, UT2003, UT2004

UdpLink: An Internet UDP connectionless socket.

[edit] Properties

[edit] Property group 'UdpLink'

[edit] BroadcastAddr

Type: int

Modifiers: const


Default value: -1

[edit] Default values

Property Value
bAlwaysTick True

[edit] Functions

[edit] Native functions

[edit] BindPort

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


[edit] ReadBinary

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


[edit] ReadText

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


[edit] SendBinary

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


[edit] SendText

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


[edit] Events

[edit] ReceivedBinary

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


[edit] ReceivedLine

event ReceivedLine (InternetLink.IpAddr Addr, string Line)


[edit] ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)