Class PlayerDiagnosticPacket
Inheritance
PlayerDiagnosticPacket
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class PlayerDiagnosticPacket : Packet
Constructors
|
Edit this page
View Source
PlayerDiagnosticPacket()
Declaration
public PlayerDiagnosticPacket()
Fields
|
Edit this page
View Source
levelSpecialInfo
Declaration
public const int levelSpecialInfo = 236
Field Value
Properties
|
Edit this page
View Source
D3d9Md5
Declaration
public string D3d9Md5 { get; set; }
Property Value
|
Edit this page
View Source
D3d9Sha256
Declaration
public string D3d9Sha256 { get; set; }
Property Value
|
Edit this page
View Source
D3d9Size
Declaration
public uint D3d9Size { get; set; }
Property Value
|
Edit this page
View Source
DetectedAC
Declaration
public IEnumerable<byte> DetectedAC { get; set; }
Property Value
|
Edit this page
View Source
Level
Declaration
public uint Level { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string Message { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Reset()
Declaration
public override void Reset()
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides