C# Class ArtemisComm.ShipActionSubPackets.SetShipSettingsSubPacket

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

Private Properties

Property Type Description

Public Methods

Method Description
GetPacket ( DriveType drive, int shipType, int unknown, string shipName ) : Packet
SetShipSettingsSubPacket ( DriveType drive, int shipType, int unknown, string shipName ) : System
SetShipSettingsSubPacket ( Stream stream, int index ) : System

Method Details

GetPacket() public static method

public static GetPacket ( DriveType drive, int shipType, int unknown, string shipName ) : Packet
drive DriveType
shipType int
unknown int
shipName string
return Packet

SetShipSettingsSubPacket() public method

public SetShipSettingsSubPacket ( DriveType drive, int shipType, int unknown, string shipName ) : System
drive DriveType
shipType int
unknown int
shipName string
return System

SetShipSettingsSubPacket() public method

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