Photon Unity Networking v1.101

Public Member Functions | Public Attributes | List of all members
Photon.Realtime.PhotonPing Class Reference

Inherits IDisposable.

Inherited by Photon.Realtime.PingMono, and PingMonoEditor.

Public Member Functions

virtual bool StartPing (string ip)
 
virtual bool Done ()
 
virtual void Dispose ()
 

Public Attributes

string DebugString = ""
 
bool Successful
 

Member Function Documentation

◆ Dispose()

virtual void Photon.Realtime.PhotonPing.Dispose ( )
virtual

Reimplemented in Photon.Realtime.PingMono, and PingMonoEditor.

◆ Done()

virtual bool Photon.Realtime.PhotonPing.Done ( )
virtual

Reimplemented in Photon.Realtime.PingMono, and PingMonoEditor.

◆ StartPing()

virtual bool Photon.Realtime.PhotonPing.StartPing ( string  ip)
virtual

Reimplemented in Photon.Realtime.PingMono, and PingMonoEditor.

Member Data Documentation

◆ DebugString

string Photon.Realtime.PhotonPing.DebugString = ""

◆ Successful

bool Photon.Realtime.PhotonPing.Successful