C# Class OpenMetaverse.Messages.Linden.UpdateAgentInventoryRequestMessage

A reusable class containing a message sent from the viewer to the simulator to request a temporary uploader capability which is used to update an asset in an agents inventory
Inheritance: AssetUploaderBlock
Datei anzeigen Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ItemID UUID

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

ItemID public_oe property

The Notecard AssetID to replace
public UUID ItemID
return UUID