GKPeerConnectionState 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ピア ツー ピア接続の状態を指定する値を持つ列挙体。
[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
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
Available | 0 | |
Unavailable | 1 | |
Connected | 2 | |
Disconnected | 3 | |
Connecting | 4 |
適用対象
こちらもご覧ください
- <xref:GameKit.GKSession.PeersWithConnectionState>
- <xref:GameKit.GKSessionDelegate.PeerChangedState>