C# Class TransportService.NextArrivedEventArgs

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

Méthodes publiques

Méthode Description
NextArrivedEventArgs ( int cID, byte payload ) : System

Constructor of the class.

Method Details

NextArrivedEventArgs() public méthode

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