C# 클래스 OpenMetaverse.Messages.Linden.ChatSessionRequestStartConference

A request sent from an agent to the Simulator to begin a new conference. Contains a list of Agents to be in the conference
상속: IChatSessionRequest
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AgentsBlock UUID[]
SessionID UUID

공개 메소드들

메소드 설명
ChatSessionRequestStartConference ( ) : System
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

메소드 상세

ChatSessionRequestStartConference() 공개 메소드

public ChatSessionRequestStartConference ( ) : System
리턴 System

Deserialize() 공개 메소드

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
리턴 void

Serialize() 공개 메소드

Serialize the object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AgentsBlock 공개적으로 프로퍼티

An array containing the UUID of the agents invited to this conference
public UUID[] AgentsBlock
리턴 UUID[]

SessionID 공개적으로 프로퍼티

The conferences Session ID
public UUID SessionID
리턴 UUID