C# 클래스 ArtemisComm.ShipActionSubPackets.SetShipSubPacket

상속: ShipAction
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPackage ( int shipNumber ) : Packet
SetShipSubPacket ( Stream stream, int index ) : System
SetShipSubPacket ( int shipNumber ) : System

Initializes a new instance of the SetShipSubPacket class. ship number is 1-based.

메소드 상세

GetPackage() 공개 정적인 메소드

public static GetPackage ( int shipNumber ) : Packet
shipNumber int
리턴 Packet

SetShipSubPacket() 공개 메소드

public SetShipSubPacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System

SetShipSubPacket() 공개 메소드

Initializes a new instance of the SetShipSubPacket class. ship number is 1-based.
public SetShipSubPacket ( int shipNumber ) : System
shipNumber int The ship number.
리턴 System