Photon Server API Documentation v5.0RC1

Protected Member Functions | Properties | List of all members
Photon.Hive.Events.HiveEventBase Class Reference

Base class implementation for all Lite events. More...

Inheritance diagram for Photon.Hive.Events.HiveEventBase:
Photon.Hive.Events.CacheSliceChanged Photon.Hive.Events.CustomEvent Photon.Hive.Events.DisconnectEvent Photon.Hive.Events.ErrorInfoEvent Photon.Hive.Events.JoinEvent Photon.Hive.Events.LeaveEvent Photon.Hive.Events.PropertiesChangedEvent

Protected Member Functions

 HiveEventBase (int actorNr)
 Initializes a new instance of the HiveEventBase class. More...
 

Properties

int ActorNr [get, set]
 Gets or sets the actor number of the sender. More...
 
byte Code [get, set]
 Gets or sets the event code. More...
 

Detailed Description

Base class implementation for all Lite events.

Constructor & Destructor Documentation

◆ HiveEventBase()

Photon.Hive.Events.HiveEventBase.HiveEventBase ( int  actorNr)
inlineprotected

Initializes a new instance of the HiveEventBase class.

Parameters
actorNrActor number.

Property Documentation

◆ ActorNr

int Photon.Hive.Events.HiveEventBase.ActorNr
getset

Gets or sets the actor number of the sender.

The actor nr.

◆ Code

byte Photon.Hive.Events.HiveEventBase.Code
getset

Gets or sets the event code.

The event code.