C# Class RtpLib.UdpBuffer

Buffer containing information received or sent using the UdpListener
Afficher le fichier Open project: kthompson/RtpLib Class Usage Examples

Méthodes publiques

Свойство Type Description
Data byte[]
RemoteEndPoint System.Net.EndPoint
Size int

Méthodes publiques

Méthode Description
UdpBuffer ( ) : System
UdpBuffer ( int bufferSize ) : System

Method Details

UdpBuffer() public méthode

public UdpBuffer ( ) : System
Résultat System

UdpBuffer() public méthode

public UdpBuffer ( int bufferSize ) : System
bufferSize int
Résultat System

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

RemoteEndPoint public_oe property

public EndPoint,System.Net RemoteEndPoint
Résultat System.Net.EndPoint

Size public_oe property

public int Size
Résultat int