C# Class ArtemisComm.EngGridUpdatePacket

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
EngGridUpdatePacket ( Stream stream, int index ) : System
GetErrors ( ) : ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType
Initialize ( Stream stream, int index ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

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

EngGridUpdatePacket() public méthode

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

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

Initialize() public méthode

public Initialize ( Stream stream, int index ) : void
stream Stream
index int
Résultat void