C# 클래스 OpenMetaverse.InstantMessage

Instant Message
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BinaryBucket 공개적으로 프로퍼티

Context specific packed data
public byte[] BinaryBucket
리턴 byte[]

Dialog 공개적으로 프로퍼티

Instant message type
public InstantMessageDialog Dialog
리턴 InstantMessageDialog

FromAgentID 공개적으로 프로퍼티

Key of sender
public UUID FromAgentID
리턴 UUID

FromAgentName 공개적으로 프로퍼티

Name of sender
public string FromAgentName
리턴 string

GroupIM 공개적으로 프로퍼티

Group IM session toggle
public bool GroupIM
리턴 bool

IMSessionID 공개적으로 프로퍼티

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

Message 공개적으로 프로퍼티

Instant message text
public string Message
리턴 string

Offline 공개적으로 프로퍼티

Whether this message is held for offline avatars
public InstantMessageOnline Offline
리턴 InstantMessageOnline

ParentEstateID 공개적으로 프로퍼티

ID of originating estate
public uint ParentEstateID
리턴 uint

Position 공개적으로 프로퍼티

Coordinates in originating region
public Vector3,System Position
리턴 System.Vector3

RegionID 공개적으로 프로퍼티

Key of originating region
public UUID RegionID
리턴 UUID

Timestamp 공개적으로 프로퍼티

Timestamp of the instant message
public DateTime,System Timestamp
리턴 System.DateTime

ToAgentID 공개적으로 프로퍼티

Key of destination avatar
public UUID ToAgentID
리턴 UUID