C# 클래스 TransportService.NextArrivedEventArgs

Class used to pass information about the payload arrived from the sender peer.
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
NextArrivedEventArgs ( int cID, byte payload ) : System

Constructor of the class.

메소드 상세

NextArrivedEventArgs() 공개 메소드

Constructor of the class.
public NextArrivedEventArgs ( int cID, byte payload ) : System
cID int Chunk id passed
payload byte Payload to transport
리턴 System