Show / Hide Table of Contents

Class MessageLoadStudy

A network message to load a study.

Inheritance
System.Object
MessageLoadStudy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IMLD.MixedRealityAnalysis.Network.Messages
Assembly: Assembly-CSharp.dll
Syntax
public class MessageLoadStudy

Constructors

MessageLoadStudy(Int32)

Initializes a new instance of the MessageLoadStudy class.

Declaration
public MessageLoadStudy(int studyIndex)
Parameters
Type Name Description
System.Int32 studyIndex

The index of the study that should be loaded.

Fields

StudyIndex

Declaration
public int StudyIndex
Field Value
Type Description
System.Int32

Type

Declaration
public static MessageContainer.MessageType Type
Field Value
Type Description
MessageContainer.MessageType

Methods

Pack()

Packs this MessageLoadStudy into a MessageContainer.

Declaration
public MessageContainer Pack()
Returns
Type Description
MessageContainer

The packed message.

Unpack(MessageContainer)

Unpacks a MessageContainer of the type MessageLoadStudy.

Declaration
public static MessageLoadStudy Unpack(MessageContainer container)
Parameters
Type Name Description
MessageContainer container

The container of the message.

Returns
Type Description
MessageLoadStudy

The unpacked message.

In This Article
Back to top Generated by DocFX