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

Mostra file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
Received System.UInt64
Sent System.UInt64

Public Methods

Method Description
Bytes ( int received, int sent ) : System
Update ( int received, int sent ) : System.Bytes

Method Details

Bytes() public method

public Bytes ( int received, int sent ) : System
received int
sent int
return System

Update() public method

public Update ( int received, int sent ) : System.Bytes
received int
sent int
return System.Bytes

Property Details

Received public_oe property

public UInt64,System Received
return System.UInt64

Sent public_oe property

public UInt64,System Sent
return System.UInt64