C# 클래스 MapleShark.FiestaStream

파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Created System.DateTime
mOutbound bool
xorpos int

공개 메소드들

메소드 설명
Append ( byte pBuffer ) : void
Append ( byte pBuffer, int pStart, int pLength ) : void
FiestaStream ( short xorpos, bool Outbound ) : System
Read ( System.DateTime pTransmitted ) : FiestaPacket

비공개 메소드들

메소드 설명
Decrypt ( byte pBuffer ) : void

메소드 상세

Append() 공개 메소드

public Append ( byte pBuffer ) : void
pBuffer byte
리턴 void

Append() 공개 메소드

public Append ( byte pBuffer, int pStart, int pLength ) : void
pBuffer byte
pStart int
pLength int
리턴 void

FiestaStream() 공개 메소드

public FiestaStream ( short xorpos, bool Outbound ) : System
xorpos short
Outbound bool
리턴 System

Read() 공개 메소드

public Read ( System.DateTime pTransmitted ) : FiestaPacket
pTransmitted System.DateTime
리턴 FiestaPacket

프로퍼티 상세

Created 공개적으로 프로퍼티

public DateTime,System Created
리턴 System.DateTime

mOutbound 공개적으로 프로퍼티

public bool mOutbound
리턴 bool

xorpos 공개적으로 프로퍼티

public int xorpos
리턴 int