C# Class OpenMetaverse.Messages.Linden.ParcelVoiceInfoRequestMessage

A message sent from the simulator to the viewer containing the voice server URI
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
ParcelID int
RegionName string
SipChannelUri System.Uri

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

ParcelID public_oe property

The Parcel ID which the voice server URI applies
public int ParcelID
Résultat int

RegionName public_oe property

The name of the region
public string RegionName
Résultat string

SipChannelUri public_oe property

A uri containing the server/channel information which the viewer can utilize to participate in voice conversations
public Uri,System SipChannelUri
Résultat System.Uri