C# Class OpenMetaverse.Messages.Linden.ChatterBoxInvitationMessage

Inheritance: IMessage
Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
BinaryBucket byte[]
Dialog InstantMessageDialog
FromAgentID UUID
FromAgentName string
GroupIM bool
IMSessionID UUID
Message string
Offline InstantMessageOnline
ParentEstateID uint
Position System.Vector3
RegionID UUID
Timestamp System.DateTime
ToAgentID UUID
Voice 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

BinaryBucket public_oe property

Context specific packed data
public byte[] BinaryBucket
return byte[]

Dialog public_oe property

Instant message type
public InstantMessageDialog Dialog
return InstantMessageDialog

FromAgentID public_oe property

Key of sender
public UUID FromAgentID
return UUID

FromAgentName public_oe property

Name of sender
public string FromAgentName
return string

GroupIM public_oe property

Group IM session toggle
public bool GroupIM
return bool

IMSessionID public_oe property

Key of IM session, for Group Messages, the groups UUID
public UUID IMSessionID
return UUID

Message public_oe property

Instant message text
public string Message
return string

Offline public_oe property

Whether this message is held for offline avatars
public InstantMessageOnline Offline
return InstantMessageOnline

ParentEstateID public_oe property

ID of originating estate
public uint ParentEstateID
return uint

Position public_oe property

Coordinates in originating region
public Vector3,System Position
return System.Vector3

RegionID public_oe property

Key of originating region
public UUID RegionID
return UUID

Timestamp public_oe property

Timestamp of the instant message
public DateTime,System Timestamp
return System.DateTime

ToAgentID public_oe property

Key of destination avatar
public UUID ToAgentID
return UUID

Voice public_oe property

Is this invitation for voice group/conference chat
public bool Voice
return bool