Photon .NET Client API 4.1.4.8

Classes | Namespaces | Enumerations
IPhotonListener.cs File Reference

Classes

interface  ExitGames.Client.Photon.IPhotonPeerListener
 Callback interface for the Photon client side. Must be provided to a new PhotonPeer in its constructor. More...
 

Namespaces

namespace  ExitGames
 
namespace  ExitGames.Client
 
namespace  ExitGames.Client.Photon
 

Enumerations

enum  ExitGames.Client.Photon.StatusCode : int {
  ExitGames.Client.Photon.StatusCode.Connect = 1024, ExitGames.Client.Photon.StatusCode.Disconnect = 1025, ExitGames.Client.Photon.StatusCode.Exception = 1026, ExitGames.Client.Photon.StatusCode.ExceptionOnConnect = 1023,
  ExitGames.Client.Photon.StatusCode.SecurityExceptionOnConnect = 1022, ExitGames.Client.Photon.StatusCode.SendError = 1030, ExitGames.Client.Photon.StatusCode.ExceptionOnReceive = 1039, ExitGames.Client.Photon.StatusCode.TimeoutDisconnect = 1040,
  ExitGames.Client.Photon.StatusCode.DisconnectByServerTimeout = 1041, ExitGames.Client.Photon.StatusCode.DisconnectByServerUserLimit = 1042, ExitGames.Client.Photon.StatusCode.DisconnectByServerLogic = 1043, ExitGames.Client.Photon.StatusCode.DisconnectByServerReasonUnknown = 1044,
  ExitGames.Client.Photon.StatusCode.EncryptionEstablished = 1048, ExitGames.Client.Photon.StatusCode.EncryptionFailedToEstablish = 1049
}
 Enumeration of situations that change the peers internal status. Used in calls to OnStatusChanged to inform your application of various situations that might happen. More...