Photon Server API Documentation v5.0RC1

Properties | List of all members
Photon.Hive.Messages.IMessage Interface Reference

Interface of a message. More...

Inheritance diagram for Photon.Hive.Messages.IMessage:
Photon.Hive.Messages.RoomMessage

Properties

byte Action [get]
 Gets the action. More...
 
object Message [get]
 Gets the message. More...
 

Detailed Description

Interface of a message.

Property Documentation

◆ Action

byte Photon.Hive.Messages.IMessage.Action
get

Gets the action.

◆ Message

object Photon.Hive.Messages.IMessage.Message
get

Gets the message.