docs.unity3d.com
    Show / Hide Table of Contents

    Enum ConnectionFailureReason

    Remoting connection failure reasons

    Namespace: UnityEngine.XR.WindowsMR
    Syntax
    public enum ConnectionFailureReason

    Fields

    Name Description Value
    None

    No failure

    0
    Unknown

    Unknown failure

    1
    NoServerCertificate

    No certificate found on the server

    2
    Unreachable

    Obsolete and should not be used.

    2
    HandshakeFailed

    Obsolete and should not be used.

    3
    HandshakePortBusy

    Port busy or already in use

    3
    ProtocolVersionMismatch

    Obsolete and should not be used.

    4
    HandshakeUnreachable

    Unable to find a device to connect to

    4
    ConnectionLost

    Obsolete and should not be used.

    5
    HandshakeConnectionFailed

    Handshake connection failed

    5
    AuthenticationFailed

    User Authentication failed

    6
    RemotingVersionMismatch

    Mismatched versions between app and Holographic Remoting Player

    7
    IncompatibleTransportProtocols

    Incompatible transport protocols used

    8
    HandshakeAttemptFailed

    Handshake failed

    9
    TransportPortBusy

    Transport protocol port busy or already in use

    10
    TransportUnreachable

    Transport protocol could not find device at port specified

    11
    TransportConnectionFailed

    Transport protocol connection failed

    12
    ProtocolVersionsMismatch

    Transport protocol version mismatch between app and Holographic Remoting Player

    13
    ProtocolError

    Transport protocol error

    14
    VideoCodecNotAvailable

    Video Codec not supported

    15
    Canceled

    Connection cancelled

    16
    ConnectionWasLost

    Connection lost

    17
    DeviceLost

    Device lost

    18
    DisconnectRequest

    Manual disconnect requested

    19
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023