Property | Type | Description | |
---|---|---|---|
Buffer | UDPPacketBuffer | ||
Category | ThrottleOutPacketType | ||
Client | |||
FinishedMethod | UnackedPacketMethod | ||
Packet | |||
ReSendAttempt | int | ||
ResendCount | int | ||
SequenceNumber | uint | ||
TickCount | int | ||
UnackedMethod | UnackedPacketMethod | ||
WhoDoneIt | int |
Method | Description | |
---|---|---|
Destroy ( int whoDoneIt ) : void | ||
OutgoingPacket ( |
Default constructor
|
public OutgoingPacket ( |
||
client | Reference to the client this packet is destined for | |
buffer | UDPPacketBuffer | /// Serialized packet data. If the flags or sequence number /// need to be updated, they will be injected directly into this binary buffer /// |
category | ThrottleOutPacketType | Throttling category for this packet |
resendMethod | UnackedPacketMethod | The delegate to be called if this packet is determined to be unacknowledged |
finishedMethod | UnackedPacketMethod | The delegate to be called when this packet is sent |
packet | ||
return | OpenMetaverse |
public UnackedPacketMethod FinishedMethod | ||
return | UnackedPacketMethod |
public Packet,OpenMetaverse.Packets Packet | ||
return |
public UnackedPacketMethod UnackedMethod | ||
return | UnackedPacketMethod |