C# Class ArtemisComm.GameMessagePacket

Inheritance: IPackage
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp

Méthodes publiques

Méthode Description
Dispose ( ) : void
GameMessagePacket ( Stream stream, int index ) : ArtemisComm.GameMessageSubPackets
GetErrors ( ) : ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
GetSubPacket ( Stream stream, int index ) : IPackage

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

GameMessagePacket() public méthode

public GameMessagePacket ( Stream stream, int index ) : ArtemisComm.GameMessageSubPackets
stream Stream
index int
Résultat ArtemisComm.GameMessageSubPackets

GetErrors() public méthode

public GetErrors ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

GetRawData() public méthode

public GetRawData ( ) : MemoryStream
Résultat System.IO.MemoryStream

GetValidOrigin() public méthode

public GetValidOrigin ( ) : OriginType
Résultat OriginType