C# Class ArtemisComm.ShipActionSubPackets.SetStationSubPacket

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

Private Properties

Property Type Description

Public Methods

Method Description
GetPacket ( StationType station, bool isSelected ) : Packet
SetStationSubPacket ( StationType station, bool isSelected ) : System
SetStationSubPacket ( Stream stream, int index ) : System

Method Details

GetPacket() public static method

public static GetPacket ( StationType station, bool isSelected ) : Packet
station StationType
isSelected bool
return Packet

SetStationSubPacket() public method

public SetStationSubPacket ( StationType station, bool isSelected ) : System
station StationType
isSelected bool
return System

SetStationSubPacket() public method

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