Declaration Syntax
C# |
public class UDPPacketBuffer
Members
All Members | Constructors | Fields | |||
|
|
|
Icon | Member | Description |
---|---|---|
UDPPacketBuffer () () () () |
Create an allocated UDP packet buffer for
receiving a packet
|
|
UDPPacketBuffer(IPEndPoint) |
Create an allocated UDP packet buffer for
sending a packet
|
|
UDPPacketBuffer(IPEndPoint, Int32) |
Create an allocated UDP packet buffer for
sending a packet
|
|
BUFFER_SIZE |
Size of the byte array used to store raw
packet data
|
|
Data |
Raw packet data buffer
|
|
DataLength |
Length of the data to transmit
|
|
RemoteEndPoint |
EndPoint of the remote host
|
Inheritance Hierarchy
Object | |
UDPPacketBuffer |
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)