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

IpDrv.TcpLink

Extends
InternetLink
Modifiers
native transient

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

Direct Known Subclasses:

UBrowserBufferedTcpLink, WebConnection, WebServer

Variables Summary
class<TcpLink>AcceptClass
ELinkStateLinkState
IpAddrRemoteAddr
Array<byte>SendFIFO
Inherited Variables from IpDrv.InternetLink
DataPending, LinkMode, 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 IpDrv.InternetLink
ELinkMode, EReceiveMode

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
event Accepted ()
functionint BindPort (optional int Port, optional bool bUseNextAvailable)
functionbool Close ()
event Closed ()
functionbool IsConnected ()
functionbool Listen ()
functionbool Open (IpAddr Addr)
event Opened ()
functionint ReadBinary (int Count, out byte B[255])
functionint ReadText (out string Str)
event ReceivedBinary (int Count, byte B[255])
event ReceivedLine (string Line)
event ReceivedText (string Text)
functionint SendBinary (int Count, byte B[255])
functionint SendText (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

AcceptClass Source code

var class<TcpLink> AcceptClass;

LinkState Source code

var ELinkState LinkState;

RemoteAddr Source code

var IpAddr RemoteAddr;

SendFIFO Source code

var const Array<byte> SendFIFO;


Enumerations Detail

ELinkState Source code

enum ELinkState
{
STATE_Initialized, STATE_Ready, STATE_Listening, STATE_Connecting, STATE_Connected, STATE_ListenClosePending, STATE_ConnectClosePending, STATE_ListenClosing, STATE_ConnectClosing
};


Functions Detail

Accepted Source code

event Accepted ( )

BindPort Source code

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

Close Source code

native function bool Close ( )

Closed Source code

event Closed ( )

IsConnected Source code

native function bool IsConnected ( )

Listen Source code

native function bool Listen ( )

Open Source code

native function bool Open ( IpAddr Addr )

Opened Source code

event Opened ( )

ReadBinary Source code

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

ReadText Source code

native function int ReadText ( out string Str )

ReceivedBinary Source code

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

ReceivedLine Source code

event ReceivedLine ( string Line )

ReceivedText Source code

event ReceivedText ( string Text )

SendBinary Source code

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

SendText Source code

native function int SendText ( coerce string Str )


Defaultproperties

defaultproperties
{
     bAlwaysTick=True
}

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