C# Class SipSharp.Transports.ReceivedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
ReceivedEventArgs ( byte buffer, int offset, int count ) : System

Method Details

ReceivedEventArgs() public méthode

public ReceivedEventArgs ( byte buffer, int offset, int count ) : System
buffer byte
offset int
count int
Résultat System