Table of Contents

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 BinaryBufferReader
currentChecksum uint
previous BinaryBufferReader
previousChecksum uint

Handle(string, uint, string, uint)

Handles the states string representations

void Handle(string current, uint currentChecksum, string previous, uint previousChecksum)

Parameters

current string
currentChecksum uint
previous string
previousChecksum uint