C# 클래스 Asgard.BifrostClient

상속: Connection, ISystem
파일 보기 프로젝트 열기: enBask/Asgard

공개 메소드들

메소드 설명
BifrostClient ( string host, int port ) : System
ConnectionStatus ( ) : int
Flush ( ) : void
GetPingTime ( ) : float
GetStats ( ) : NetStats
Send ( Asgard.Core.Network.Packets.Packet packet, int channel ) : bool
Start ( ) : bool
Stop ( ) : bool
Tick ( double delta ) : void

비공개 메소드들

메소드 설명
OnRaiseConnectedEvent ( NetConnection connection ) : void
OnRaiseDisconnectedEvent ( NetConnection connection ) : void
pumpNetwork ( ) : void

메소드 상세

BifrostClient() 공개 메소드

public BifrostClient ( string host, int port ) : System
host string
port int
리턴 System

ConnectionStatus() 공개 메소드

public ConnectionStatus ( ) : int
리턴 int

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetPingTime() 공개 메소드

public GetPingTime ( ) : float
리턴 float

GetStats() 공개 메소드

public GetStats ( ) : NetStats
리턴 Asgard.Core.Network.NetStats

Send() 공개 메소드

public Send ( Asgard.Core.Network.Packets.Packet packet, int channel ) : bool
packet Asgard.Core.Network.Packets.Packet
channel int
리턴 bool

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool

Tick() 공개 메소드

public Tick ( double delta ) : void
delta double
리턴 void