Photon Unity Networking 2 2.45

Static Public Attributes | List of all members
ParameterCode Class Reference

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

Static 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

◆ Address

const byte Address = 230
static

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

◆ ApplicationId

const byte ApplicationId = 224
static

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

◆ AppVersion

const byte AppVersion = 220
static

(220) Version of your application

◆ ClientAuthenticationData

const byte ClientAuthenticationData = 214
static

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

◆ ClientAuthenticationParams

const byte ClientAuthenticationParams = 216
static

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

◆ ClientAuthenticationType

const byte ClientAuthenticationType = 217
static

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

◆ Region

const byte Region = 210
static

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

◆ Secret

const byte Secret = 221
static

(221) Internally used to establish encryption

◆ UserId

const byte UserId = 225
static

(225) User's ID