Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Testing.PacketHistory Class Reference

Classes

struct  PacketView
 

Public Member Functions

 PacketHistory (int historySize=100, int bufferSize=65535)
 
void Record (byte[] buffer, int offset, int length)
 
void Dump (string reason)
 

Private Member Functions

PacketView AppendPacket (int size)
 
string CreateDumpFileName ()
 
void InitializeBuffer (int historySize, int bufferSize)
 

Private Attributes

byte[] _buffer
 
PacketView[] _packets
 
int _bufferPosition
 
int _historyPosition
 

Detailed Description

Definition at line 10 of file PacketHistory.cs.


The documentation for this class was generated from the following file: