C# Class MapleShark.FiestaStream

ファイルを表示 Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Properties

Property Type Description
Created System.DateTime
mOutbound bool
xorpos int

Public Methods

Method Description
Append ( byte pBuffer ) : void
Append ( byte pBuffer, int pStart, int pLength ) : void
FiestaStream ( short xorpos, bool Outbound ) : System
Read ( System.DateTime pTransmitted ) : FiestaPacket

Private Methods

Method Description
Decrypt ( byte pBuffer ) : void

Method Details

Append() public method

public Append ( byte pBuffer ) : void
pBuffer byte
return void

Append() public method

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

FiestaStream() public method

public FiestaStream ( short xorpos, bool Outbound ) : System
xorpos short
Outbound bool
return System

Read() public method

public Read ( System.DateTime pTransmitted ) : FiestaPacket
pTransmitted System.DateTime
return FiestaPacket

Property Details

Created public_oe property

public DateTime,System Created
return System.DateTime

mOutbound public_oe property

public bool mOutbound
return bool

xorpos public_oe property

public int xorpos
return int