C# 클래스 Network_Manager.Jobs.Extensions.ByteCounter.ByteTable.Bytes

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 프로퍼티들

프로퍼티 타입 설명
Received System.UInt64
Sent System.UInt64

공개 메소드들

메소드 설명
Bytes ( int received, int sent ) : System
Update ( int received, int sent ) : System.Bytes

메소드 상세

Bytes() 공개 메소드

public Bytes ( int received, int sent ) : System
received int
sent int
리턴 System

Update() 공개 메소드

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

프로퍼티 상세

Received 공개적으로 프로퍼티

public UInt64,System Received
리턴 System.UInt64

Sent 공개적으로 프로퍼티

public UInt64,System Sent
리턴 System.UInt64