C# Class OpenMetaverse.Messages.Linden.PlacesReplyMessage

Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AgentID UUID
QueryDataBlocks QueryData[]
QueryID UUID
TransactionID UUID

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

AgentID public_oe property

public UUID AgentID
Résultat UUID

QueryDataBlocks public_oe property

public QueryData[] QueryDataBlocks
Résultat QueryData[]

QueryID public_oe property

public UUID QueryID
Résultat UUID

TransactionID public_oe property

public UUID TransactionID
Résultat UUID