C# Class PingMonoEditor

Uses C# Socket class from System.Net.Sockets (as Unity usually does).
Incompatible with Windows 8 Store/Phone API.
Inheritance: PhotonPing
Afficher le fichier Open project: daniel-cheng/stellar

Méthodes publiques

Méthode Description
Dispose ( ) : void
Done ( ) : bool
StartPing ( string ip ) : bool

Sends a "Photon Ping" to a server.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Done() public méthode

public Done ( ) : bool
Résultat bool

StartPing() public méthode

Sends a "Photon Ping" to a server.
public StartPing ( string ip ) : bool
ip string Address in IPv4 or IPv6 format. An address containing a '.' will be interpretet as IPv4.
Résultat bool