C# Class OpenMetaverse.Messages.Linden.ChatterBoxSessionStartReplyMessage

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

Public Properties

Property Type Description
ModeratedVoice bool
SessionID UUID
SessionName string
Success bool
TempSessionID UUID
Type int
VoiceEnabled bool

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

ModeratedVoice public_oe property

public bool ModeratedVoice
return bool

SessionID public_oe property

public UUID SessionID
return UUID

SessionName public_oe property

public string SessionName
return string

Success public_oe property

public bool Success
return bool

TempSessionID public_oe property

public UUID TempSessionID
return UUID

Type public_oe property

public int Type
return int

VoiceEnabled public_oe property

public bool VoiceEnabled
return bool