| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- UWeb.InternetLink
|
+-- UWeb.TcpLink
WebConnection, WebServer
| Variables Summary | |
|---|---|
| class<TcpLink> | AcceptClass |
| ELinkState | LinkState |
| string | RecvBuf |
| IpAddr | RemoteAddr |
| Array<byte> | SendFIFO |
| Inherited Variables from UWeb.InternetLink |
|---|
| DataPending, InLineMode, LinkMode, OutLineMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket |
| Enumerations Summary | ||
|---|---|---|
| ELinkState STATE_Initialized, STATE_Ready, STATE_Listening, STATE_Connecting, STATE_Connected, STATE_ListenClosePending, STATE_ConnectClosePending, STATE_ListenClosing, STATE_ConnectClosing | ||
| Inherited Enumerations from UWeb.InternetLink |
|---|
| ELineMode, ELinkMode, EReceiveMode |
| Structures Summary |
|---|
| Inherited Structures from UWeb.InternetLink |
|---|
| IpAddr |
| Functions Summary | ||
|---|---|---|
![]() | Accepted () | |
![]() | int | BindPort (optional int PortNum, optional bool bUseNextAvailable) |
![]() | bool | Close () |
![]() | Closed () | |
![]() | bool | IsConnected () |
![]() | bool | Listen () |
![]() | bool | Open (IpAddr Addr) |
![]() | Opened () | |
![]() | int | ReadBinary (int Count, out byte B[255]) |
![]() | int | ReadText (out string Str) |
![]() | ReceivedBinary (int Count, byte B[255]) | |
![]() | ReceivedLine (string Line) | |
![]() | ReceivedText (string Text) | |
![]() | int | SendBinary (int Count, byte B[255]) |
![]() | int | SendText (coerce string Str) |
| Inherited Functions from UWeb.InternetLink |
|---|
| GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr |
| Inherited Functions from Engine.InternetInfo |
|---|
| GetBeaconAddress, GetBeaconText |
| Variables Detail |
|---|
| Enumerations Detail |
|---|
STATE_Initialized, STATE_Ready, STATE_Listening, STATE_Connecting, STATE_Connected, STATE_ListenClosePending, STATE_ConnectClosePending, STATE_ListenClosing, STATE_ConnectClosing};
| Functions Detail |
|---|
Accepted Source code
BindPort Source code
Close Source code
Closed Source code
IsConnected Source code
Listen Source code
Open Source code
Opened Source code
ReadBinary Source code
ReadText Source code
ReceivedBinary Source code
ReceivedLine Source code
ReceivedText Source code
SendBinary Source code
SendText Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'UWeb.Default__InternetLink:Sprite'
ObjectArchetype=SpriteComponent'UWeb.Default__InternetLink:Sprite'
End Object
Components(0)=Sprite
bAlwaysTick=True
Name="Default__TcpLink"
ObjectArchetype=InternetLink'UWeb.Default__InternetLink'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||