C# 클래스 core.Server.RConn.Packet

파일 보기 프로젝트 열기: Pure-Battlefield/gswat 1 사용 예제들

공개 메소드들

메소드 설명
Packet ( ) : System

Generates an empty packet.

보호된 메소드들

메소드 설명
Packet ( string command ) : System

Generates a packet given the specified command.

메소드 상세

Packet() 공개 메소드

Generates an empty packet.
public Packet ( ) : System
리턴 System

Packet() 보호된 메소드

Generates a packet given the specified command.
protected Packet ( string command ) : System
command string The string representation of the command.
리턴 System