C# Class Zepheus.FiestaLib.Networking.Packet

Inheritance: IDisposable
Afficher le fichier Open project: Zepheus/Zepheus_Fiesta Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Dump ( ) : string
Fill ( int pLength, byte pValue ) : void
Packet ( ) : System
Packet ( SH12Type type ) : System
Packet ( SH15Type type ) : System
Packet ( SH18Type type ) : System
Packet ( SH20Type type ) : System
Packet ( SH25Type type ) : System
Packet ( SH28Type type ) : System
Packet ( SH29Type type ) : System
Packet ( SH2Type type ) : System
Packet ( SH31Type type ) : System
Packet ( SH3Type type ) : System
Packet ( SH4Type type ) : System
Packet ( SH5Type type ) : System
Packet ( SH6Type type ) : System
Packet ( SH7Type type ) : System
Packet ( SH8Type type ) : System
Packet ( SH9Type type ) : System
Packet ( byte pData ) : System
Packet ( byte pHeader, byte pType ) : System
Packet ( ushort pOpCode ) : System
ReadBytes ( byte pBuffer ) : bool
ReadSkip ( int pLength ) : bool
Seek ( int offset ) : void
SetByte ( long pOffset, byte pValue ) : void
ToArray ( ) : byte[]
ToString ( ) : string
TryReadBool ( bool &pValue ) : bool
TryReadByte ( byte &pValue ) : bool
TryReadBytes ( int pLength, byte &pValue ) : bool
TryReadFloat ( float &pValue ) : bool
TryReadInt ( int &pValue ) : bool
TryReadLong ( long &pValue ) : bool
TryReadSByte ( sbyte &pValue ) : bool
TryReadShort ( short &pValue ) : bool
TryReadString ( string &pValue ) : bool
TryReadString ( string &pValue, int pLen ) : bool
TryReadUInt ( uint &pValue ) : bool
TryReadULong ( ulong &pValue ) : bool
TryReadUShort ( ushort &pValue ) : bool
WriteBool ( bool pValue ) : void
WriteByte ( byte pValue ) : void
WriteBytes ( byte pBytes ) : void
WriteDouble ( double pValue ) : void
WriteFloat ( float pValue ) : void
WriteHexAsBytes ( string hexString ) : void
WriteInt ( int pValue ) : void
WriteLong ( long pValue ) : void
WriteSByte ( sbyte pValue ) : void
WriteShort ( short pValue ) : void
WriteString ( string pValue ) : void
WriteString ( string pValue, int pLen ) : void
WriteStringLen ( string pValue, bool addNullTerminator = false ) : void
WriteUInt ( uint pValue ) : void
WriteULong ( ulong pValue ) : void
WriteUShort ( ushort pValue ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dump() public méthode

public Dump ( ) : string
Résultat string

Fill() public méthode

public Fill ( int pLength, byte pValue ) : void
pLength int
pValue byte
Résultat void

Packet() public méthode

public Packet ( ) : System
Résultat System

Packet() public méthode

public Packet ( SH12Type type ) : System
type SH12Type
Résultat System

Packet() public méthode

public Packet ( SH15Type type ) : System
type SH15Type
Résultat System

Packet() public méthode

public Packet ( SH18Type type ) : System
type SH18Type
Résultat System

Packet() public méthode

public Packet ( SH20Type type ) : System
type SH20Type
Résultat System

Packet() public méthode

public Packet ( SH25Type type ) : System
type SH25Type
Résultat System

Packet() public méthode

public Packet ( SH28Type type ) : System
type SH28Type
Résultat System

Packet() public méthode

public Packet ( SH29Type type ) : System
type SH29Type
Résultat System

Packet() public méthode

public Packet ( SH2Type type ) : System
type SH2Type
Résultat System

Packet() public méthode

public Packet ( SH31Type type ) : System
type SH31Type
Résultat System

Packet() public méthode

public Packet ( SH3Type type ) : System
type SH3Type
Résultat System

Packet() public méthode

public Packet ( SH4Type type ) : System
type SH4Type
Résultat System

Packet() public méthode

public Packet ( SH5Type type ) : System
type SH5Type
Résultat System

Packet() public méthode

public Packet ( SH6Type type ) : System
type SH6Type
Résultat System

Packet() public méthode

public Packet ( SH7Type type ) : System
type SH7Type
Résultat System

Packet() public méthode

public Packet ( SH8Type type ) : System
type SH8Type
Résultat System

Packet() public méthode

public Packet ( SH9Type type ) : System
type SH9Type
Résultat System

Packet() public méthode

public Packet ( byte pData ) : System
pData byte
Résultat System

Packet() public méthode

public Packet ( byte pHeader, byte pType ) : System
pHeader byte
pType byte
Résultat System

Packet() public méthode

public Packet ( ushort pOpCode ) : System
pOpCode ushort
Résultat System

ReadBytes() public méthode

public ReadBytes ( byte pBuffer ) : bool
pBuffer byte
Résultat bool

ReadSkip() public méthode

public ReadSkip ( int pLength ) : bool
pLength int
Résultat bool

Seek() public méthode

public Seek ( int offset ) : void
offset int
Résultat void

SetByte() public méthode

public SetByte ( long pOffset, byte pValue ) : void
pOffset long
pValue byte
Résultat void

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string

TryReadBool() public méthode

public TryReadBool ( bool &pValue ) : bool
pValue bool
Résultat bool

TryReadByte() public méthode

public TryReadByte ( byte &pValue ) : bool
pValue byte
Résultat bool

TryReadBytes() public méthode

public TryReadBytes ( int pLength, byte &pValue ) : bool
pLength int
pValue byte
Résultat bool

TryReadFloat() public méthode

public TryReadFloat ( float &pValue ) : bool
pValue float
Résultat bool

TryReadInt() public méthode

public TryReadInt ( int &pValue ) : bool
pValue int
Résultat bool

TryReadLong() public méthode

public TryReadLong ( long &pValue ) : bool
pValue long
Résultat bool

TryReadSByte() public méthode

public TryReadSByte ( sbyte &pValue ) : bool
pValue sbyte
Résultat bool

TryReadShort() public méthode

public TryReadShort ( short &pValue ) : bool
pValue short
Résultat bool

TryReadString() public méthode

public TryReadString ( string &pValue ) : bool
pValue string
Résultat bool

TryReadString() public méthode

public TryReadString ( string &pValue, int pLen ) : bool
pValue string
pLen int
Résultat bool

TryReadUInt() public méthode

public TryReadUInt ( uint &pValue ) : bool
pValue uint
Résultat bool

TryReadULong() public méthode

public TryReadULong ( ulong &pValue ) : bool
pValue ulong
Résultat bool

TryReadUShort() public méthode

public TryReadUShort ( ushort &pValue ) : bool
pValue ushort
Résultat bool

WriteBool() public méthode

public WriteBool ( bool pValue ) : void
pValue bool
Résultat void

WriteByte() public méthode

public WriteByte ( byte pValue ) : void
pValue byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte pBytes ) : void
pBytes byte
Résultat void

WriteDouble() public méthode

public WriteDouble ( double pValue ) : void
pValue double
Résultat void

WriteFloat() public méthode

public WriteFloat ( float pValue ) : void
pValue float
Résultat void

WriteHexAsBytes() public méthode

public WriteHexAsBytes ( string hexString ) : void
hexString string
Résultat void

WriteInt() public méthode

public WriteInt ( int pValue ) : void
pValue int
Résultat void

WriteLong() public méthode

public WriteLong ( long pValue ) : void
pValue long
Résultat void

WriteSByte() public méthode

public WriteSByte ( sbyte pValue ) : void
pValue sbyte
Résultat void

WriteShort() public méthode

public WriteShort ( short pValue ) : void
pValue short
Résultat void

WriteString() public méthode

public WriteString ( string pValue ) : void
pValue string
Résultat void

WriteString() public méthode

public WriteString ( string pValue, int pLen ) : void
pValue string
pLen int
Résultat void

WriteStringLen() public méthode

public WriteStringLen ( string pValue, bool addNullTerminator = false ) : void
pValue string
addNullTerminator bool
Résultat void

WriteUInt() public méthode

public WriteUInt ( uint pValue ) : void
pValue uint
Résultat void

WriteULong() public méthode

public WriteULong ( ulong pValue ) : void
pValue ulong
Résultat void

WriteUShort() public méthode

public WriteUShort ( ushort pValue ) : void
pValue ushort
Résultat void