Photon .NET Client API 4.1.4.8

Public Attributes | List of all members
ExitGames.Client.Photon.OperationRequest Class Reference

Container for an Operation request, which is a code and parameters. More...

Public Attributes

byte OperationCode
 Byte-typed code for an operation - the short identifier for the server's method to call. More...
 
ParameterDictionary Parameters
 The parameters of the operation - each identified by a byte-typed code in Photon. More...
 

Detailed Description

Container for an Operation request, which is a code and parameters.

On the lowest level, Photon only allows byte-typed keys for operation parameters. The values of each such parameter can be any serializable datatype: byte, int, hashtable and many more.

Member Data Documentation

◆ OperationCode

byte ExitGames.Client.Photon.OperationRequest.OperationCode

Byte-typed code for an operation - the short identifier for the server's method to call.

◆ Parameters

ParameterDictionary ExitGames.Client.Photon.OperationRequest.Parameters

The parameters of the operation - each identified by a byte-typed code in Photon.


The documentation for this class was generated from the following file: