[Missing <summary> documentation for "T:OpenMetaverse.UDPPacketBuffer"]
| C# |
public class UDPPacketBuffer
| 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 |
| Object | |
| UDPPacketBuffer | |