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 |