C# Class OpenMetaverse.Messages.Linden.ChatSessionAcceptInvitation

A message sent from the agent to the simulator which tells the simulator we've accepted a conference invitation
Inheritance: IChatSessionRequest
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
SessionID UUID

Méthodes publiques

Méthode Description
ChatSessionAcceptInvitation ( ) : System
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

ChatSessionAcceptInvitation() public méthode

public ChatSessionAcceptInvitation ( ) : System
Résultat System

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

SessionID public_oe property

The conference SessionID
public UUID SessionID
Résultat UUID