C# Class ArtemisComm.ShipActionSubPackets.SciSelectSubPacket

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

Private Properties

Property Type Description

Public Methods

Method Description
GetPacket ( int targetID ) : Packet
SciSelectSubPacket ( Stream stream, int index ) : System.IO
SciSelectSubPacket ( int targetID ) : System.IO

Method Details

GetPacket() public static method

public static GetPacket ( int targetID ) : Packet
targetID int
return Packet

SciSelectSubPacket() public method

public SciSelectSubPacket ( Stream stream, int index ) : System.IO
stream System.IO.Stream
index int
return System.IO

SciSelectSubPacket() public method

public SciSelectSubPacket ( int targetID ) : System.IO
targetID int
return System.IO