Enum ConnectionFailureReason
Remoting connection failure reasons
Namespace: UnityEngine.XR.WindowsMR
Syntax
public enum ConnectionFailureReason : int
Fields
Name | Description | Value |
---|---|---|
AuthenticationFailed | User Authentication failed |
|
TransportUnreachable | Transport protocol could not find device at port specified |
|
TransportPortBusy | Transport protocol port busy or already in use |
|
TransportConnectionFailed | Transport protocol connection failed |
|
RemotingVersionMismatch | Mismatched versions between app and Holographic Remoting Player |
|
ProtocolVersionMismatch | Transport protocol version mismatch between app and Holographic Remoting Player |
|
ProtocolError | Transport protocol error |
|
NoServerCertificate | No certificate found on the server |
|
None | No failure |
|
IncompatibleTransportProtocols | Incompatible transport protocols used |
|
HandshakeUnreachable | Unable to find a device to connect to |
|
HandshakePortBusy | Port busy or already in use |
|
HandshakeFailed | Handshake failed |
|
HandshakeConnectionFailed | Handshake connection failed |
|
DisconnectRequest | Manual disconnect requested |
|
DeviceLost | Device lost |
|
ConnectionLost | Connection lost |
|
Canceled | Connection cancelled |
|
Unknown | Unknown failure |
|
VideoCodecNotAvailable | Video Codec not supported |