C# Class ArtemisComm.ShipActionSubPackets.SetShipSubPacket

Inheritance: ShipAction
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPackage ( int shipNumber ) : Packet
SetShipSubPacket ( Stream stream, int index ) : System
SetShipSubPacket ( int shipNumber ) : System

Initializes a new instance of the SetShipSubPacket class. ship number is 1-based.

Method Details

GetPackage() public static méthode

public static GetPackage ( int shipNumber ) : Packet
shipNumber int
Résultat Packet

SetShipSubPacket() public méthode

public SetShipSubPacket ( Stream stream, int index ) : System
stream Stream
index int
Résultat System

SetShipSubPacket() public méthode

Initializes a new instance of the SetShipSubPacket class. ship number is 1-based.
public SetShipSubPacket ( int shipNumber ) : System
shipNumber int The ship number.
Résultat System