C# Class Network_Manager.Jobs.Extensions.ByteCounter.ByteTable.Bytes

Afficher le fichier Open project: SortByte/Network-Manager

Méthodes publiques

Свойство Type Description
Received System.UInt64
Sent System.UInt64

Méthodes publiques

Méthode Description
Bytes ( int received, int sent ) : System
Update ( int received, int sent ) : System.Bytes

Method Details

Bytes() public méthode

public Bytes ( int received, int sent ) : System
received int
sent int
Résultat System

Update() public méthode

public Update ( int received, int sent ) : System.Bytes
received int
sent int
Résultat System.Bytes

Property Details

Received public_oe property

public UInt64,System Received
Résultat System.UInt64

Sent public_oe property

public UInt64,System Sent
Résultat System.UInt64