C# Class OpenMetaverse.Messages.Linden.AssetUploaderBlock

Base class for Asset uploads/results via Capabilities
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
State string

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public abstract method

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

Serialize() public abstract method

Serialize the object
public abstract Serialize ( ) : OSDMap
return OSDMap

Property Details

State public_oe property

The request state
public string State
return string