Photon Quantum 3.0.0

Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Quantum.CallbackChecksumError Class Reference

Callback called on a checksum error. More...

Inheritance diagram for Quantum.CallbackChecksumError:
Quantum.QuantumGame.CallbackBase Quantum.CallbackBase Quantum.IDispatchable

Public Member Functions

Frame GetFrame (int index)
 Access the frame by index More...
 
- Public Member Functions inherited from Quantum.QuantumGame.CallbackBase
 CallbackBase (int id, QuantumGame game)
 Constructor. More...
 
- Public Member Functions inherited from Quantum.CallbackBase
 CallbackBase (int id)
 Create the callback with an id. More...
 
 CallbackBase (int id, IDeterministicGame game)
 Creates a callback with an id and a game. More...
 

Public Attributes

DeterministicTickChecksumError Error
 The checksum error details. More...
 
int FrameCount => Frames.Length
 The number of frames associated with this error. More...
 
- Public Attributes inherited from Quantum.CallbackBase
readonly int ID
 The callback id. More...
 

Static Public Attributes

const new Int32 ID = (int)CallbackId.ChecksumError
 The const CallbackChecksumError callback id. More...
 

Properties

Frame[] Frames [get]
 Get all frames associated with this error. More...
 
- Properties inherited from Quantum.QuantumGame.CallbackBase
new QuantumGame Game [get, set]
 The assigned game. More...
 
- Properties inherited from Quantum.CallbackBase
IDeterministicGame Game [get, set]
 The game that the callback is dispatched to. More...
 
- Properties inherited from Quantum.IDispatchable
IDeterministicGame Game [get]
 The game that the callback or event is dispatched to. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Quantum.QuantumGame.CallbackBase
static Type GetCallbackType (CallbackId id)
 Maps the const callback id CallbackId to a callback system type. More...
 

Detailed Description

Callback called on a checksum error.

Member Function Documentation

◆ GetFrame()

Frame Quantum.CallbackChecksumError.GetFrame ( int  index)

Access the frame by index

Parameters
indexIndex
Returns
Frame

Member Data Documentation

◆ ID

const new Int32 Quantum.CallbackChecksumError.ID = (int)CallbackId.ChecksumError
static

The const CallbackChecksumError callback id.

◆ Error

DeterministicTickChecksumError Quantum.CallbackChecksumError.Error

The checksum error details.

◆ FrameCount

int Quantum.CallbackChecksumError.FrameCount => Frames.Length

The number of frames associated with this error.

Property Documentation

◆ Frames

Frame [] Quantum.CallbackChecksumError.Frames
get

Get all frames associated with this error.