C# Class OpenMetaverse.Messages.Linden.PlacesReplyMessage

Inheritance: IMessage
Datei anzeigen Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
QueryDataBlocks QueryData[]
QueryID UUID
TransactionID 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

AgentID public_oe property

public UUID AgentID
return UUID

QueryDataBlocks public_oe property

public QueryData[] QueryDataBlocks
return QueryData[]

QueryID public_oe property

public UUID QueryID
return UUID

TransactionID public_oe property

public UUID TransactionID
return UUID