C# Class RtpLib.UdpBuffer

Buffer containing information received or sent using the UdpListener
显示文件 Open project: kthompson/RtpLib Class Usage Examples

Public Properties

Property Type Description
Data byte[]
RemoteEndPoint System.Net.EndPoint
Size int

Public Methods

Method Description
UdpBuffer ( ) : System
UdpBuffer ( int bufferSize ) : System

Method Details

UdpBuffer() public method

public UdpBuffer ( ) : System
return System

UdpBuffer() public method

public UdpBuffer ( int bufferSize ) : System
bufferSize int
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]

RemoteEndPoint public_oe property

public EndPoint,System.Net RemoteEndPoint
return System.Net.EndPoint

Size public_oe property

public int Size
return int