Wraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually. More...
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... | |
Wraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually.
| const byte AddFriends = 6 | 
(6) Add friends the list of friends that should update you of their status.
| const byte Authenticate = 230 | 
(230) Operation Authenticate.
| const byte ChannelHistory = 4 | 
(4) Not used yet.
| const byte Publish = 2 | 
(2) Operation to publish a message in a chat channel.
| const byte RemoveFriends = 7 | 
(7) Remove friends from list of friends that should update you of their status.
| const byte SendPrivate = 3 | 
(3) Operation to send a private message to some other user.
| const byte Subscribe = 0 | 
(0) Operation to subscribe to chat channels.
| const byte Unsubscribe = 1 | 
(1) Operation to unsubscribe from chat channels.
| const byte UpdateStatus = 5 | 
(5) Set your (client's) status.