C# 클래스 ArtemisComm.ShipAction2SubPackets.ShipAction2

상속: ParentPacket
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetValidOrigin ( ) : OriginType
ShipAction2 ( ShipAction2SubPacketType actionType, int value1, int value2, int value3, int value4 ) : System
ShipAction2 ( Stream stream, int index ) : System

메소드 상세

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType

ShipAction2() 공개 메소드

public ShipAction2 ( ShipAction2SubPacketType actionType, int value1, int value2, int value3, int value4 ) : System
actionType ShipAction2SubPacketType
value1 int
value2 int
value3 int
value4 int
리턴 System

ShipAction2() 공개 메소드

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