C# Class TransportService.NextArrivedEventArgs

Class used to pass information about the payload arrived from the sender peer.
Show file Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method Description
NextArrivedEventArgs ( int cID, byte payload ) : System

Constructor of the class.

Method Details

NextArrivedEventArgs() public method

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