C# 클래스 ArtemisComm.ShipAction2Packet

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

Private Properties

프로퍼티 타입 설명
GetSubPacket IPackage

공개 메소드들

메소드 설명
GetValidOrigin ( ) : OriginType
ShipAction2Packet ( IPackage subPacket ) : ArtemisComm.ShipAction2SubPackets
ShipAction2Packet ( Stream stream, int index ) : ArtemisComm.ShipAction2SubPackets

비공개 메소드들

메소드 설명
GetSubPacket ( Stream stream ) : IPackage

메소드 상세

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType

ShipAction2Packet() 공개 메소드

public ShipAction2Packet ( IPackage subPacket ) : ArtemisComm.ShipAction2SubPackets
subPacket IPackage
리턴 ArtemisComm.ShipAction2SubPackets

ShipAction2Packet() 공개 메소드

public ShipAction2Packet ( Stream stream, int index ) : ArtemisComm.ShipAction2SubPackets
stream Stream
index int
리턴 ArtemisComm.ShipAction2SubPackets