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
Datei anzeigen Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
SessionID UUID

Public Methods

Method Description
ChatSessionAcceptInvitation ( ) : System
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

ChatSessionAcceptInvitation() public method

public ChatSessionAcceptInvitation ( ) : System
return System

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

SessionID public_oe property

The conference SessionID
public UUID SessionID
return UUID