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

USARBotAPI.ComServer

Extends
TcpLink
Modifiers
config ( USARComServer )

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

Direct Known Subclasses:

USARComServer

Variables Summary
boolbBound
boolbDebug
array<ComConnection>Connected
intConnectionCount
floateCutoff
floateDo
floateN
floatePdo
stringgameClass
array<StrPair>Listening
intListenPort
intMaxConnections
stringMsgEnd
stringMsgSplit
intnumCon
intnumListen
intnumReg
array<string>ParsedMessg
stringPartMsg
array<StrPair>RegRobots
Inherited Variables from IpDrv.TcpLink
AcceptClass, LinkState, RecvBuf, RemoteAddr, SendFIFO
Inherited Variables from IpDrv.InternetLink
DataPending, InLineMode, LinkMode, OutLineMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket

Enumerations Summary
Inherited Enumerations from IpDrv.TcpLink
ELinkState
Inherited Enumerations from IpDrv.InternetLink
ELineMode, ELinkMode, EReceiveMode

Structures Summary
StrPair
str1, str2
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
event Accepted ()
function BeginPlay ()
event Closed ()
event GainedChild (Actor C)
functionint getListenerNum (string name, string port)
functionstring getRobotIP (string name)
functionstring getRobotPort (string name)
functionbool isListening (string name)
functionbool isListening2 (string name, string port)
functionbool isReachable (string r1, tring r2)
functionbool isRegistered (string name)
event LostChild (Actor C)
event ReceivedBinary (int Count, byte B[255])
event ReceivedLine (string Line)
event ReceivedText (string Text)
Inherited Functions from IpDrv.TcpLink
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText
Inherited Functions from IpDrv.InternetLink
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr


Variables Detail

bBound Source code

var bool bBound;

bDebug Source code

var config bool bDebug;

Connected Source code

var array<ComConnection> Connected;

ConnectionCount Source code

var int ConnectionCount;

eCutoff Source code

var config float eCutoff;

eDo Source code

var config float eDo;

eN Source code

var config float eN;

ePdo Source code

var config float ePdo;

gameClass Source code

var string gameClass;

Listening Source code

var array<StrPair> Listening;

ListenPort Source code

var config int ListenPort;

MaxConnections Source code

var int MaxConnections;

MsgEnd Source code

var string MsgEnd;

MsgSplit Source code

var string MsgSplit;

numCon Source code

var int numCon;

numListen Source code

var int numListen;

numReg Source code

var int numReg;

ParsedMessg Source code

var array<string> ParsedMessg;

PartMsg Source code

var string PartMsg;

RegRobots Source code

var array<StrPair> RegRobots;


Structures Detail

StrPair Source code

struct StrPair
{
var string str1;
var string str2;
};



Functions Detail

Accepted Source code

event Accepted ( )

BeginPlay Source code

function BeginPlay ( )

Closed Source code

event Closed ( )

GainedChild Source code

event GainedChild ( Actor C )

getListenerNum Source code

function int getListenerNum ( string name, string port )

getRobotIP Source code

function string getRobotIP ( string name )

getRobotPort Source code

function string getRobotPort ( string name )

isListening Source code

function bool isListening ( string name )

isListening2 Source code

function bool isListening2 ( string name, string port )

isReachable Source code

function bool isReachable ( string r1,string r2 )

isRegistered Source code

function bool isRegistered ( string name )

LostChild Source code

event LostChild ( Actor C )

ReceivedBinary Source code

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

ReceivedLine Source code

event ReceivedLine ( string Line )

ReceivedText Source code

event ReceivedText ( string Text )


Defaultproperties

defaultproperties
{
     ListenPort=5874
     MaxConnections=64
     bBound=false
     bDebug=true
     ConnectionCount=0
     MsgSplit=" "
     MsgEnd=";"
     numReg=0
     numListen=0
     numCon=0
     PartMsg=""
     ePdo=-50
     eDo=2
     eN=1
     eCutoff=-93
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:17.234 - Created with UnCodeX