Quantum 3 3.0.10

Public Member Functions | Public Attributes | List of all members
Photon.Deterministic.Protocol.RttUpdate Class Reference

This message is sent frequently from the client to the server to synchronize the distributed systems. More...

Inheritance diagram for Photon.Deterministic.Protocol.RttUpdate:
Photon.Deterministic.Protocol.Message

Public Member Functions

override void Serialize (Serializer serializer, BitStream stream)
 The message serialization (writing and reading). More...
 
override string ToString ()
 Debug string with message content. More...
 

Public Attributes

Int32 Rtt
 The rtt in milliseconds. More...
 

Detailed Description

This message is sent frequently from the client to the server to synchronize the distributed systems.

Member Function Documentation

◆ Serialize()

override void Photon.Deterministic.Protocol.RttUpdate.Serialize ( Serializer  serializer,
BitStream  stream 
)
inlinevirtual

The message serialization (writing and reading).

Parameters
serializerQuantum protocol serializer
streamThe bitstream to write to or read from

Implements Photon.Deterministic.Protocol.Message.

◆ ToString()

override string Photon.Deterministic.Protocol.RttUpdate.ToString ( )
inline

Debug string with message content.

Returns
Debug string

Member Data Documentation

◆ Rtt

Int32 Photon.Deterministic.Protocol.RttUpdate.Rtt

The rtt in milliseconds.