C# Класс OpenMetaverse.Messages.Linden.ChatterBoxSessionAgentListUpdatesMessage

Sent from the simulator to the viewer. When an agent initially joins a session the AgentUpdatesBlock object will contain a list of session members including a boolean indicating they can use voice chat in this session, a boolean indicating they are allowed to moderate this session, and lastly a string which indicates another agent is entering the session with the Transition set to "ENTER" During the session lifetime updates on individuals are sent. During the update the booleans sent during the initial join are excluded with the exception of the Transition field. This indicates a new user entering or exiting the session with the string "ENTER" or "LEAVE" respectively.
Наследование: IMessage
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
SessionID UUID
Updates AgentUpdatesBlock[]

Открытые методы

Метод Описание
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Описание методов

Deserialize() публичный Метод

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Результат void

Serialize() публичный Метод

Serialize the object
public Serialize ( ) : OSDMap
Результат OSDMap

Описание свойств

SessionID публичное свойство

public UUID SessionID
Результат UUID

Updates публичное свойство

public AgentUpdatesBlock[] Updates
Результат AgentUpdatesBlock[]