C# Class OpenMetaverse.Messages.Linden.ChatterBoxSessionStartReplyMessage

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

Méthodes publiques

Свойство Type Description
ModeratedVoice bool
SessionID UUID
SessionName string
Success bool
TempSessionID UUID
Type int
VoiceEnabled bool

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

ModeratedVoice public_oe property

public bool ModeratedVoice
Résultat bool

SessionID public_oe property

public UUID SessionID
Résultat UUID

SessionName public_oe property

public string SessionName
Résultat string

Success public_oe property

public bool Success
Résultat bool

TempSessionID public_oe property

public UUID TempSessionID
Résultat UUID

Type public_oe property

public int Type
Résultat int

VoiceEnabled public_oe property

public bool VoiceEnabled
Résultat bool