Freigeben über


GKPeerConnectionState Enumeration

Definition

Eine Enumeration, deren Werte den Zustand einer Peer-zu-Peer-Verbindung angeben.

[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 = 
Vererbung
GKPeerConnectionState
Attribute

Felder

Available 0
Connected 2
Connecting 4
Disconnected 3
Unavailable 1

Gilt für:

Weitere Informationen

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