- Extends
- InternetLink
- Modifiers
- native transient
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
Direct Known Subclasses:
BotConnection, BotServer, BufferedTcpLink, ComLink, ComServer, VizConnection, VizServer, WebConnection, WebServer
Enumerations Summary |
ELinkState STATE_Initialized,
STATE_Ready,
STATE_Listening,
STATE_Connecting,
STATE_Connected,
STATE_ListenClosePending,
STATE_ConnectClosePending,
STATE_ListenClosing,
STATE_ConnectClosing |
Inherited Functions from IpDrv.InternetLink |
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr |
var const string RecvBuf;
var const Array<byte> SendFIFO;
enum ELinkState
{
STATE_Initialized,
STATE_Ready,
STATE_Listening,
STATE_Connecting,
STATE_Connected,
STATE_ListenClosePending,
STATE_ConnectClosePending,
STATE_ListenClosing,
STATE_ConnectClosing
};
event Accepted ( )
native function int BindPort ( optional int Port, optional bool bUseNextAvailable )
native function bool Close ( )
event Closed ( )
native function bool IsConnected ( )
native function bool Listen ( )
native function bool Open (
IpAddr Addr )
event Opened ( )
native function int ReadBinary ( int Count, out byte B[255] )
native function int ReadText ( out string Str )
event ReceivedBinary ( int Count, byte B[255] )
event ReceivedLine ( string Line )
event ReceivedText ( string Text )
native function int SendBinary ( int Count, byte B[255] )
native function int SendText ( coerce string Str )
defaultproperties
{
bAlwaysTick=Wahr
}
|
Creation time: Mo 16.4.2007 11:20:32.437 - Created with
UnCodeX