C# Class ArtemisComm.ShipActionPacket

Inheritance: ParentPacket
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

Property Type Description
GetSubPacket IPackage

Public Methods

Method Description
GetValidOrigin ( ) : OriginType
ShipActionPacket ( IPackage subpacket ) : System
ShipActionPacket ( Stream stream, int index ) : System

Private Methods

Method Description
GetSubPacket ( Stream stream ) : IPackage

Method Details

GetValidOrigin() public method

public GetValidOrigin ( ) : OriginType
return OriginType

ShipActionPacket() public method

public ShipActionPacket ( IPackage subpacket ) : System
subpacket IPackage
return System

ShipActionPacket() public method

public ShipActionPacket ( Stream stream, int index ) : System
stream Stream
index int
return System