Enum MessageContainer.MessageType
An enum that represents message types.
Namespace: IMLD.MixedRealityAnalysis.Network.Messages
Assembly: Assembly-CSharp.dll
Syntax
public enum MessageType
Fields
Name | Description |
---|---|
ACCEPT_CLIENT | Message payload is a string and contains the acceptance of a newly connected client. |
ANNOUNCEMENT | Message payload is a string and contains a server announcement. |
CENTER_DATA | Message payload is a bool and contains the command to center or un-center the data. |
CREATE_CONTAINER | Message payload is a string and contains the command to create a view container. |
CREATE_VISUALIZATION | Message payload is a string and contains the command to create a visualization. |
DELETE_ALL_CONTAINERS | Message payload is a string and contains the command to delete all containers. |
DELETE_ALL_VISUALIZATIONS | Message payload is a string and contains the command to delete all visualizations. |
DELETE_VISUALIZATION | Message payload is a string and contains the command to delete a visualization. |
LOAD_STUDY | Message payload is a string and contains the command to load a study. |
UPDATE_ANNOTATION | Message payload is a string and contains an annotation update. |
UPDATE_CONTAINER | Message payload is a string and contains the command to update a view container. |
UPDATE_ORIGIN | Message payload is a string and contains an origin update. |
UPDATE_SESSION_FILTER | Message payload is a string and contains a session filter update. |
UPDATE_TIME_FILTER | Message payload is a string and contains a time filter update. |
UPDATE_TIMELINE | Message payload is a string and contains a timeline update. |
UPDATE_USER | Message payload is a string and contains a user update. |
UPDATE_VISUALIZATION | Message payload is a string and contains a visualization update. |
WORLD_ANCHOR | Message payload is binary and contains world anchor data. |