Photon Unity Networking 2  v2.1
English | 日本語 | 한국
Public Attributes | List of all members
ParameterCode Class Reference

Class for constants. Codes for parameters of Operations and Events. More...

Public Attributes

const byte ApplicationId = 224
 (224) Your application's ID: a name on your own Photon or a GUID on the Photon Cloud More...
 
const byte Secret = 221
 (221) Internally used to establish encryption More...
 
const byte AppVersion = 220
 (220) Version of your application More...
 
const byte ClientAuthenticationType = 217
 (217) This key's (byte) value defines the target custom authentication type/service the client connects with. Used in OpAuthenticate More...
 
const byte ClientAuthenticationParams = 216
 (216) This key's (string) value provides parameters sent to the custom authentication type/service the client connects with. Used in OpAuthenticate More...
 
const byte ClientAuthenticationData = 214
 (214) This key's (string or byte[]) value provides parameters sent to the custom authentication service setup in Photon Dashboard. Used in OpAuthenticate More...
 
const byte Region = 210
 (210) Used for region values in OpAuth and OpGetRegions. More...
 
const byte Address = 230
 (230) Address of a (game) server to use. More...
 
const byte UserId = 225
 (225) User's ID More...
 

Detailed Description

Class for constants. Codes for parameters of Operations and Events.

Member Data Documentation

const byte Address = 230

(230) Address of a (game) server to use.

const byte ApplicationId = 224

(224) Your application's ID: a name on your own Photon or a GUID on the Photon Cloud

const byte AppVersion = 220

(220) Version of your application

const byte ClientAuthenticationData = 214

(214) This key's (string or byte[]) value provides parameters sent to the custom authentication service setup in Photon Dashboard. Used in OpAuthenticate

const byte ClientAuthenticationParams = 216

(216) This key's (string) value provides parameters sent to the custom authentication type/service the client connects with. Used in OpAuthenticate

const byte ClientAuthenticationType = 217

(217) This key's (byte) value defines the target custom authentication type/service the client connects with. Used in OpAuthenticate

const byte Region = 210

(210) Used for region values in OpAuth and OpGetRegions.

const byte Secret = 221

(221) Internally used to establish encryption

const byte UserId = 225

(225) User's ID