OpenSim
|
This class was created to refactor OutPacket out of AssetCache There is a conflict between OpenSim.Framework.Communications.Cache.AssetRequest and OpenSim.Framework.AssetRequest and unifying them results in a prebuild chicken and egg problem with OpenSim.Framework requiring OpenSim.Framework.Communications.Cache while OpenSim.Framework.Communications.Cache requiring OpenSim.Framework More...
Public Member Functions | |
AssetRequestToClient () | |
Public Attributes | |
UUID | RequestAssetID |
AssetBase | AssetInf |
AssetBase | ImageInfo |
UUID | TransferRequestID |
long | DataPointer = 0 |
int | NumPackets = 0 |
int | PacketCounter = 0 |
bool | IsTextureRequest |
byte | AssetRequestSource = 2 |
byte[] | Params = null |
int | DiscardLevel = -1 |
This class was created to refactor OutPacket out of AssetCache There is a conflict between OpenSim.Framework.Communications.Cache.AssetRequest and OpenSim.Framework.AssetRequest and unifying them results in a prebuild chicken and egg problem with OpenSim.Framework requiring OpenSim.Framework.Communications.Cache while OpenSim.Framework.Communications.Cache requiring OpenSim.Framework
Definition at line 40 of file AssetRequestToClient.cs.
|
inline |
Definition at line 56 of file AssetRequestToClient.cs.
AssetBase OpenSim.Framework.AssetRequestToClient.AssetInf |
Definition at line 43 of file AssetRequestToClient.cs.
byte OpenSim.Framework.AssetRequestToClient.AssetRequestSource = 2 |
Definition at line 50 of file AssetRequestToClient.cs.
long OpenSim.Framework.AssetRequestToClient.DataPointer = 0 |
Definition at line 46 of file AssetRequestToClient.cs.
int OpenSim.Framework.AssetRequestToClient.DiscardLevel = -1 |
Definition at line 54 of file AssetRequestToClient.cs.
AssetBase OpenSim.Framework.AssetRequestToClient.ImageInfo |
Definition at line 44 of file AssetRequestToClient.cs.
bool OpenSim.Framework.AssetRequestToClient.IsTextureRequest |
Definition at line 49 of file AssetRequestToClient.cs.
int OpenSim.Framework.AssetRequestToClient.NumPackets = 0 |
Definition at line 47 of file AssetRequestToClient.cs.
int OpenSim.Framework.AssetRequestToClient.PacketCounter = 0 |
Definition at line 48 of file AssetRequestToClient.cs.
byte [] OpenSim.Framework.AssetRequestToClient.Params = null |
Definition at line 51 of file AssetRequestToClient.cs.
UUID OpenSim.Framework.AssetRequestToClient.RequestAssetID |
Definition at line 42 of file AssetRequestToClient.cs.
UUID OpenSim.Framework.AssetRequestToClient.TransferRequestID |
Definition at line 45 of file AssetRequestToClient.cs.