- Extends
- InternetLink
- Modifiers
- native transient
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
Direct Known Subclasses:
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
UseReticleOnEvents(0)="UseReticleText"
UseReticleOnEvents(1)="UseReticleCorners"
UseReticleOnEvents(2)="UseReticleTopBars"
ProximityReticleOnEvents(0)="ProximityReticleCorners"
ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}
|
Creation time: sk 3-1-2016 10:48:33.062 - Created with
UnCodeX