Photon Unity Networking
v1.88
|
PingMonoEditor Class Reference
Uses C# Socket class from System.Net.Sockets (as Unity usually does). More...
Inherits PhotonPing.
Public Member Functions | |
override bool | StartPing (string ip) |
Sends a "Photon Ping" to a server. More... | |
override bool | Done () |
override void | Dispose () |
Detailed Description
Uses C# Socket class from System.Net.Sockets (as Unity usually does).
Incompatible with Windows 8 Store/Phone API.
Member Function Documentation
override void PingMonoEditor.Dispose | ( | ) |
override bool PingMonoEditor.Done | ( | ) |
override bool PingMonoEditor.StartPing | ( | string | ip | ) |
Sends a "Photon Ping" to a server.
- Parameters
-
ip Address in IPv4 or IPv6 format. An address containing a '.' will be interpretet as IPv4.
- Returns
- True if the Photon Ping could be sent.