Difference between revisions of "TransferRequest"
Jump to navigation
Jump to search
Tomm Olifone (talk | contribs) |
Eddy Stryker (talk | contribs) |
||
Line 18: | Line 18: | ||
This message is only used by the [[Transfer Manager]] system. | This message is only used by the [[Transfer Manager]] system. | ||
TransferID is a client-generated LLUUID. | TransferID is a client-generated random LLUUID. | ||
Source Types: | Source Types: | ||
Line 38: | Line 38: | ||
Parameters: | Parameters: | ||
20 byte field. The first 16 bytes are the ASSET_KEY (AssetID), and the last four bytes are the ASSET_TYPE. | |||
[[Category:Messages]] | [[Category:Messages]] |
Revision as of 14:42, 4 November 2008
Message Layout
{ TransferRequest Low NotTrusted Zerocoded { TransferInfo Single { TransferID LLUUID } { ChannelType S32 } { SourceType S32 } { Priority F32 } { Params Variable 2 } } }
Usage and Notes
This message is only used by the Transfer Manager system.
TransferID is a client-generated random LLUUID.
Source Types:
- LLTST_UNKNOWN = 0
- LLTST_FILE = 1
- LLTST_ASSET = 2
- LLTST_SIM_INV_ITEM = 3
- LLTST_SIM_ESTATE = 4
- LLTST_NUM_TYPES = 5
Channel Types:
- LLTCT_UNKNOWN = 0
- LLTCT_MISC = 1
- LLTCT_ASSET = 2
- LLTCT_NUM_TYPES = 3
Parameters:
20 byte field. The first 16 bytes are the ASSET_KEY (AssetID), and the last four bytes are the ASSET_TYPE.