Compartir a través de


GKPeerConnectionState Enumeración

Definición

Enumeración cuyos valores especifican el estado de una conexión punto a punto.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
public enum GKPeerConnectionState
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public enum GKPeerConnectionState
type GKPeerConnectionState = 
Herencia
GKPeerConnectionState
Atributos

Campos

Nombre Valor Description
Available 0
Unavailable 1
Connected 2
Disconnected 3
Connecting 4

Se aplica a

Consulte también

  • <xref:GameKit.GKSession.PeersWithConnectionState>
  • <xref:GameKit.GKSessionDelegate.PeerChangedState>