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

IpDrv.ServerQueryClient

Extends
MasterServerLink
Modifiers
native

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- IpDrv.MasterServerLink
         |   
         +-- IpDrv.ServerQueryClient

Direct Known Subclasses:

LANQueryClient, MasterServerClient

Variables Summary
boolbLANQuery
Inherited Variables from IpDrv.MasterServerLink
CurrentMasterServer, LANPort, LANServerPort, LinkPtr, MasterServerAddress[5], MasterServerPort[5]

Enumerations Summary
EPingCause
PC_Unknown, PC_Clicked, PC_AutoPing, PC_LANBroadcast,
EQueryInterfaceCommand
QI_Ping, QI_Rules, QI_Players, QI_RulesAndPlayers, QI_SmallPing,

Structures Summary
Inherited Structures from Engine.Info
KeyValuePair, PlayerResponseLine, ServerResponseLine

Delegates Summary
delegate OnPingTimeout (int ListID, EPingCause PingCause)
delegate OnReceivedPingInfo (int ListID, EPingCause PingCause, GameInfo.ServerResponseLine s)

Functions Summary
function BroadcastPingRequest ()))
function CancelPings ()
function PingServer (int ListID, EPingCause PingCause, string IP, int Port, EQueryInterfaceCommand Command, GameInfo.ServerResponseLine CurrentState)
Inherited Functions from IpDrv.MasterServerLink
GetMasterServer, Poll, Tick
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, FillPlayInfo


Variables Detail

bLANQuery Source code

var bool bLANQuery;


Enumerations Detail

EPingCause Source code

enum EPingCause
{
PC_Unknown, PC_Clicked, PC_AutoPing, PC_LANBroadcast,
};

EQueryInterfaceCommand Source code

enum EQueryInterfaceCommand
{
QI_Ping, QI_Rules, QI_Players, QI_RulesAndPlayers, QI_SmallPing,
};


Delegates Detail

OnPingTimeout Source code

delegate OnPingTimeout ( int ListID, EPingCause PingCause )

OnReceivedPingInfo Source code

delegate OnReceivedPingInfo ( int ListID, EPingCause PingCause, GameInfo.ServerResponseLine s )


Functions Detail

BroadcastPingRequest Source code

function BroadcastPingRequest ( ) )

CancelPings Source code

native function CancelPings ( )

PingServer Source code

native function PingServer ( int ListID, EPingCause PingCause, string IP, int Port, EQueryInterfaceCommand Command, GameInfo.ServerResponseLine CurrentState )


Defaultproperties

defaultproperties
{
	bLANQuery=0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:34.414 - Created with UnCodeX