共用方式為


GKPeerConnectionState 列舉

定義

列舉,其值指定對等連線的狀態。

[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 = 
繼承
GKPeerConnectionState
屬性

欄位

名稱 Description
Available 0
Unavailable 1
Connected 2
Disconnected 3
Connecting 4

適用於

另請參閱

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