C# Class Sharpex2D.Network.Packages.System.PingPackage

Inheritance: BasePackage
Mostra file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
PingPackage ( ) : System

Initializes a new PingPackage class.

We use our PC-Time to determine the creation of the package. The clients sends the same package back and we calculate the time differences.

Method Details

PingPackage() public method

Initializes a new PingPackage class.
We use our PC-Time to determine the creation of the package. The clients sends the same package back and we calculate the time differences.
public PingPackage ( ) : System
return System