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

Variables Summary
ELinkStateLinkState
IpAddrRemoteAddr
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,
Inherited Enumerations from IpDrv.InternetLink
ELinkMode, EReceiveMode

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
event Accepted ()
functionbool 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, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed
Inherited Functions from Engine.InternetInfo
GetBeaconAddress, GetBeaconText


Variables Detail

LinkState Source code

var ELinkState LinkState;

RemoteAddr Source code

var IpAddr RemoteAddr;


Enumerations Detail

ELinkState Source code

enum ELinkState
{
STATE_Initialized, STATE_Ready, STATE_Listening, STATE_Connecting, STATE_Connected,
};


Functions Detail

Accepted Source code

event Accepted ( )

BindPort Source code

native function bool 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: za 22-4-2006 12:49:32.984 - Created with UnCodeX