C# 클래스 ArtemisComm.EngGridUpdatePacket

상속: IPackage
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

공개 메소드들

메소드 설명
Dispose ( ) : void
EngGridUpdatePacket ( Stream stream, int index ) : System
GetErrors ( ) : ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType
Initialize ( Stream stream, int index ) : void

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

EngGridUpdatePacket() 공개 메소드

public EngGridUpdatePacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System

GetErrors() 공개 메소드

public GetErrors ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

GetRawData() 공개 메소드

public GetRawData ( ) : MemoryStream
리턴 System.IO.MemoryStream

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType

Initialize() 공개 메소드

public Initialize ( Stream stream, int index ) : void
stream Stream
index int
리턴 void