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

IpDrv.ServerVerify

Extends
TcpLink

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- IpDrv.TcpLink
         |   
         +-- IpDrv.ServerVerify

Variables Summary
intAmtTrans
string[32]CodeString
inti
intInitialCode
intl
intModifiedCode
string[240]RcvTemp
intVerifyPort
Inherited Variables from IpDrv.TcpLink
bSocketBound, bSocketInitialized, bWSAInitialized, ConnectSocket, IP[4], KeepaliveCounter, KeepaliveSeconds, LinkMode, LinkState, MainSocket, Port, TcpInternal[64], TimeoutCounter, TimeoutSeconds, URL

Enumerations Summary
Inherited Enumerations from IpDrv.TcpLink
ETcpLinkState, ETcpMode

Functions Summary
function Tick (float DeltaTime)
Listening
function Tick (float DeltaTime)
Recieving
function Tick (float DeltaTime)
Sending
function Timer ()
WaitWhileClosing
Inherited Functions from IpDrv.TcpLink
Accepted, Close, Closed, Connected, Encrypt, GetIPByName, GetLastError, Listen, Open, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText

States Summary
Inactive Source code
state Inactive
Listening Source code
auto state Listening
Tick
Recieving Source code
state Recieving
Tick
Sending Source code
state Sending
Tick
WaitWhileClosing Source code
state WaitWhileClosing
Timer


Variables Detail

AmtTrans Source code

var int AmtTrans;

CodeString Source code

var string[32] CodeString;

i Source code

var int i;

InitialCode Source code

var int InitialCode;

l Source code

var int l;

ModifiedCode Source code

var int ModifiedCode;

RcvTemp Source code

var string[240] RcvTemp;

VerifyPort Source code

var int VerifyPort;


Functions Detail

Tick Listening Source code

function Tick ( float DeltaTime )

Tick Recieving Source code

function Tick ( float DeltaTime )

Tick Sending Source code

function Tick ( float DeltaTime )

Timer WaitWhileClosing Source code

function Timer ( )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:42.078 - Created with UnCodeX