Photon Server API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.SocketServer.Platforms Class Reference

Static Public Attributes

const byte Unknow = 0
 
const byte WindowsDesktop = 1
 
const byte WindowsStore = 2
 
const byte iOS = 3
 
const byte OSx = 4
 
const byte tvOS = 5
 
const byte Android = 6
 
const byte Marmalade = 7
 
const byte Linux = 8
 
const byte PS3 = 9
 
const byte PS4 = 10
 
const byte PSVita = 11
 
const byte XBoxOne = 12
 
const byte Emscripten = 13
 

Member Data Documentation

◆ Android

const byte Photon.SocketServer.Platforms.Android = 6
static

◆ Emscripten

const byte Photon.SocketServer.Platforms.Emscripten = 13
static

◆ iOS

const byte Photon.SocketServer.Platforms.iOS = 3
static

◆ Linux

const byte Photon.SocketServer.Platforms.Linux = 8
static

◆ Marmalade

const byte Photon.SocketServer.Platforms.Marmalade = 7
static

◆ OSx

const byte Photon.SocketServer.Platforms.OSx = 4
static

◆ PS3

const byte Photon.SocketServer.Platforms.PS3 = 9
static

◆ PS4

const byte Photon.SocketServer.Platforms.PS4 = 10
static

◆ PSVita

const byte Photon.SocketServer.Platforms.PSVita = 11
static

◆ tvOS

const byte Photon.SocketServer.Platforms.tvOS = 5
static

◆ Unknow

const byte Photon.SocketServer.Platforms.Unknow = 0
static

◆ WindowsDesktop

const byte Photon.SocketServer.Platforms.WindowsDesktop = 1
static

◆ WindowsStore

const byte Photon.SocketServer.Platforms.WindowsStore = 2
static

◆ XBoxOne

const byte Photon.SocketServer.Platforms.XBoxOne = 12
static