Photon Unity Networking 2 2.45

Static Public Attributes | List of all members
ChatOperationCode Class Reference

Wraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually. More...

Static Public Attributes

const byte Authenticate = 230
 (230) Operation Authenticate. More...
 
const byte Subscribe = 0
 (0) Operation to subscribe to chat channels. More...
 
const byte Unsubscribe = 1
 (1) Operation to unsubscribe from chat channels. More...
 
const byte Publish = 2
 (2) Operation to publish a message in a chat channel. More...
 
const byte SendPrivate = 3
 (3) Operation to send a private message to some other user. More...
 
const byte ChannelHistory = 4
 (4) Not used yet. More...
 
const byte UpdateStatus = 5
 (5) Set your (client's) status. More...
 
const byte AddFriends = 6
 (6) Add friends the list of friends that should update you of their status. More...
 
const byte RemoveFriends = 7
 (7) Remove friends from list of friends that should update you of their status. More...
 
const byte SetProperties = 8
 (8) Operation to set properties of public chat channel or users in public chat channels. More...
 

Detailed Description

Wraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually.

Member Data Documentation

◆ AddFriends

const byte AddFriends = 6
static

(6) Add friends the list of friends that should update you of their status.

◆ Authenticate

const byte Authenticate = 230
static

(230) Operation Authenticate.

◆ ChannelHistory

const byte ChannelHistory = 4
static

(4) Not used yet.

◆ Publish

const byte Publish = 2
static

(2) Operation to publish a message in a chat channel.

◆ RemoveFriends

const byte RemoveFriends = 7
static

(7) Remove friends from list of friends that should update you of their status.

◆ SendPrivate

const byte SendPrivate = 3
static

(3) Operation to send a private message to some other user.

◆ SetProperties

const byte SetProperties = 8
static

(8) Operation to set properties of public chat channel or users in public chat channels.

◆ Subscribe

const byte Subscribe = 0
static

(0) Operation to subscribe to chat channels.

◆ Unsubscribe

const byte Unsubscribe = 1
static

(1) Operation to unsubscribe from chat channels.

◆ UpdateStatus

const byte UpdateStatus = 5
static

(5) Set your (client's) status.