Show / Hide Table of Contents

    Class Signaler.Message

    Inheritance
    Object
    Signaler.Message
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.WebRTC.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class Message

    Fields

    Data

    The primary message contents

    Declaration
    public string Data
    Field Value
    Type Description
    String

    IceDataSeparator

    The data separator needed for proper ICE serialization

    Declaration
    public string IceDataSeparator
    Field Value
    Type Description
    String

    MessageType

    The message type

    Declaration
    public Signaler.Message.WireMessageType MessageType
    Field Value
    Type Description
    Signaler.Message.WireMessageType

    Methods

    WireMessageTypeFromString(String)

    Convert a message type from to Signaler.Message.WireMessageType.

    Declaration
    public static Signaler.Message.WireMessageType WireMessageTypeFromString(string stringType)
    Parameters
    Type Name Description
    String stringType

    The message type as .

    Returns
    Type Description
    Signaler.Message.WireMessageType

    The message type as a Signaler.Message.WireMessageType object.

    Back to top Generated by DocFX