C# Class OpenMetaverse.Messages.Linden.LandStatReplyMessage

Inheritance: IMessage
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ReportDataBlocks ReportDataBlock[]
ReportType uint
RequestFlags uint
TotalObjectCount uint

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

ReportDataBlocks public_oe property

public ReportDataBlock[] ReportDataBlocks
return ReportDataBlock[]

ReportType public_oe property

public uint ReportType
return uint

RequestFlags public_oe property

public uint RequestFlags
return uint

TotalObjectCount public_oe property

public uint TotalObjectCount
return uint