GKPeerConnectionState Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumerazione i cui valori specificano lo stato di una connessione peer-to-peer.
[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 =
- Ereditarietà
-
GKPeerConnectionState
- Attributi
Campi
Nome | Valore | Descrizione |
---|---|---|
Available | 0 | |
Unavailable | 1 | |
Connected | 2 | |
Disconnected | 3 | |
Connecting | 4 |
Si applica a
Vedi anche
- <xref:GameKit.GKSession.PeersWithConnectionState>
- <xref:GameKit.GKSessionDelegate.PeerChangedState>