C# Class OpenMetaverse.Messages.Linden.ChatSessionRequestStartConference

A request sent from an agent to the Simulator to begin a new conference. Contains a list of Agents to be in the conference
Inheritance: IChatSessionRequest
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AgentsBlock UUID[]
SessionID UUID

Méthodes publiques

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

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

ChatSessionRequestStartConference() public méthode

public ChatSessionRequestStartConference ( ) : 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

AgentsBlock public_oe property

An array containing the UUID of the agents invited to this conference
public UUID[] AgentsBlock
Résultat UUID[]

SessionID public_oe property

The conferences Session ID
public UUID SessionID
Résultat UUID