C# Class OpenMetaverse.Messages.Linden.RequiredVoiceVersionMessage

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

Public Properties

Property Type Description
MajorVersion int
MinorVersion int
RegionName string

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

MajorVersion public_oe property

Major Version Required
public int MajorVersion
return int

MinorVersion public_oe property

Minor version required
public int MinorVersion
return int

RegionName public_oe property

The name of the region sending the version requrements
public string RegionName
return string