- Extends
- InternetLink
- Modifiers
- native transient
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
Direct Known Subclasses:
UBrowserBufferedTcpLink, WebConnection, WebServer
Enumerations Summary |
ELinkState STATE_Initialized,
STATE_Ready,
STATE_Listening,
STATE_Connecting,
STATE_Connected,
STATE_ListenClosePending,
STATE_ConnectClosePending,
STATE_ListenClosing,
STATE_ConnectClosing |
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=True
}
|
Creation time: Fr 7.6.2013 13:15:04.257 - Created with
UnCodeX