Interface IStateDesyncHandler
- Namespace
- Backdash.Synchronizing.State
- Assembly
- Backdash.dll
Handle Sync Test state mismatches Tip: useful for smart state comparisons
public interface IStateDesyncHandler
Methods
Handle(in BinaryBufferReader, uint, in BinaryBufferReader, uint)
Handles the states binary representations
void Handle(in BinaryBufferReader current, uint currentChecksum, in BinaryBufferReader previous, uint previousChecksum)
Parameters
current
BinaryBufferReadercurrentChecksum
uintprevious
BinaryBufferReaderpreviousChecksum
uint
Handle(string, uint, string, uint)
Handles the states string representations
void Handle(string current, uint currentChecksum, string previous, uint previousChecksum)