C# Class OpenMetaverse.Messages.Linden.ChatterBoxInvitationMessage

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

Méthodes publiques

Свойство 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

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

BinaryBucket public_oe property

Context specific packed data
public byte[] BinaryBucket
Résultat byte[]

Dialog public_oe property

Instant message type
public InstantMessageDialog Dialog
Résultat InstantMessageDialog

FromAgentID public_oe property

Key of sender
public UUID FromAgentID
Résultat UUID

FromAgentName public_oe property

Name of sender
public string FromAgentName
Résultat string

GroupIM public_oe property

Group IM session toggle
public bool GroupIM
Résultat bool

IMSessionID public_oe property

Key of IM session, for Group Messages, the groups UUID
public UUID IMSessionID
Résultat UUID

Message public_oe property

Instant message text
public string Message
Résultat string

Offline public_oe property

Whether this message is held for offline avatars
public InstantMessageOnline Offline
Résultat InstantMessageOnline

ParentEstateID public_oe property

ID of originating estate
public uint ParentEstateID
Résultat uint

Position public_oe property

Coordinates in originating region
public Vector3,System Position
Résultat System.Vector3

RegionID public_oe property

Key of originating region
public UUID RegionID
Résultat UUID

Timestamp public_oe property

Timestamp of the instant message
public DateTime,System Timestamp
Résultat System.DateTime

ToAgentID public_oe property

Key of destination avatar
public UUID ToAgentID
Résultat UUID

Voice public_oe property

Is this invitation for voice group/conference chat
public bool Voice
Résultat bool