C# Class ArtemisComm.ShipActionSubPackets.SciScanSubPacket

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

Private Properties

Property Type Description

Public Methods

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

Method Details

GetPacket() public static method

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

SciScanSubPacket() public method

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

SciScanSubPacket() public method

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