Photon Server API Documentation v5.0RC1

Static Public Member Functions | Static Public Attributes | List of all members
Photon.SocketServer.Rpc.Protocols.GlobalProtocolTraits Class Reference

Static Public Member Functions

static void CheckDepth (int depth)
 
static void CheckMaxObject (int count)
 

Static Public Attributes

const int MAX_DEPTH = 32
 
const int MAX_OBJECTS = 1024 * 1024
 

Member Function Documentation

◆ CheckDepth()

static void Photon.SocketServer.Rpc.Protocols.GlobalProtocolTraits.CheckDepth ( int  depth)
inlinestatic

◆ CheckMaxObject()

static void Photon.SocketServer.Rpc.Protocols.GlobalProtocolTraits.CheckMaxObject ( int  count)
inlinestatic

Member Data Documentation

◆ MAX_DEPTH

const int Photon.SocketServer.Rpc.Protocols.GlobalProtocolTraits.MAX_DEPTH = 32
static

◆ MAX_OBJECTS

const int Photon.SocketServer.Rpc.Protocols.GlobalProtocolTraits.MAX_OBJECTS = 1024 * 1024
static